Skip to content

Commit

Permalink
update development doc to use action config files (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakito committed Mar 31, 2023
1 parent 7770170 commit 50483b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,4 @@ mysecret.*
mysealedsecret.*

static/ace/ace-builds
testdata/e2e/kind-config.yaml
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,12 @@ For development, we are using a local Kubernetes cluster using kind. When the cl
docker run -d --restart=always -p "127.0.0.1:5001:5000" --name kind-registry registry:2

# startup kind
kind create cluster --config=testdata/e2e/kind/config.yaml
curl -L https://raw.githubusercontent.com/bakito/kind-with-registry-action/main/kind-config.yaml -o testdata/e2e/kind-config.yaml
kind create cluster --config=testdata/e2e/kind-config.yaml

# setup registry
docker network connect kind kind-registry
kubectl apply -f testdata/e2e/kind/configmap-registry.yaml
kubectl apply -f https://raw.githubusercontent.com/bakito/kind-with-registry-action/main/configmap-registry.yaml

# setup ingress
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/kind/deploy.yaml
Expand All @@ -121,7 +122,7 @@ helm install sealed-secrets sealed-secrets/sealed-secrets \
--create-namespace \
--atomic

install sealed secrets web
# install sealed secrets web
./testdata/e2e/installSealedSecretsWebChart.sh yaml

```
Expand Down

0 comments on commit 50483b4

Please sign in to comment.