Skip to content

Commit

Permalink
fix: complete typo rename
Browse files Browse the repository at this point in the history
  • Loading branch information
bendehaan committed Jul 5, 2024
1 parent 1880b24 commit 637a775
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/minikube-vault-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
id: install
- name: test script
run: |
./k8s-vault-minkube-start.sh && sleep 5 && curl http://localhost:8080/spoil/challenge-7
./k8s-vault-minikube-start.sh && sleep 5 && curl http://localhost:8080/spoil/challenge-7
cypress-tests:
name: Cypress Test for Challenges
Expand All @@ -53,7 +53,7 @@ jobs:
id: install
- name: test script
run: |
./k8s-vault-minkube-start.sh && sleep 5 && curl http://localhost:8080/spoil/challenge-7
./k8s-vault-minikube-start.sh && sleep 5 && curl http://localhost:8080/spoil/challenge-7
- name: Run Tests
run: |
cd src/test/K8s-tests
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ The K8S setup currently is based on using Minikube for local fun. You can use th
Alternatively you can do :

```bash
./k8s-vault-minkube-start.sh
./k8s-vault-minikube-start.sh
```

now you can use the provided IP address and port to further play with the K8s variant (instead of localhost).
Expand Down Expand Up @@ -219,7 +219,7 @@ Make sure you have the following installed:
- vault [Install from here](https://www.vaultproject.io/downloads),
- grep, Cat, and Sed

Run `./k8s-vault-minkube-start.sh`, when the script is done, then the challenges will wait for you at <http://localhost:8080> . This will allow you to run challenges 1-8, 12-46.
Run `./k8s-vault-minikube-start.sh`, when the script is done, then the challenges will wait for you at <http://localhost:8080> . This will allow you to run challenges 1-8, 12-46.

When you stopped the `k8s-vault-minikube-start.sh` script and want to resume the port forward run: `k8s-vault-minikube-resume.sh`.
This is because if you run the start script again it will replace the secret in the vault and not update the secret-challenge application with the new secret.
Expand Down

0 comments on commit 637a775

Please sign in to comment.