From 637a7750f18b78637d7a191e8faeb2a39abcb668 Mon Sep 17 00:00:00 2001 From: Ben de Haan <53901866+bendehaan@users.noreply.github.com> Date: Fri, 5 Jul 2024 15:06:42 +0200 Subject: [PATCH] fix: complete typo rename --- .github/workflows/minikube-vault-test.yml | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/minikube-vault-test.yml b/.github/workflows/minikube-vault-test.yml index 544176680..ce6d8618e 100644 --- a/.github/workflows/minikube-vault-test.yml +++ b/.github/workflows/minikube-vault-test.yml @@ -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 @@ -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 diff --git a/README.md b/README.md index cbdb0e047..5245fa271 100644 --- a/README.md +++ b/README.md @@ -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). @@ -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 . 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 . 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.