You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aws/README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,8 @@ The terraform code is loosely based on [this EKS managed Node Group TF example](
48
48
5. Do `terraform apply`. Note: the apply will take 10 to 20 minutes depending on the speed of the AWS backplane.
49
49
6. When creation is done, do `aws eks update-kubeconfig --region eu-west-1 --name wrongsecrets-exercise-cluster --kubeconfig ~/.kube/wrongsecrets`
50
50
7. Do `export KUBECONFIG=~/.kube/wrongsecrets`
51
-
8. Run `cd .. && ./build-an-deploy-aws.sh` to install the helm chart for the wrongsecrets-ctf-party.
51
+
8. Run `cd ..`
52
+
9. Run `./build-an-deploy-aws.sh` to install the helm chart for the wrongsecrets-ctf-party.
52
53
53
54
Your EKS cluster should be visible in [EU-West-1](https://eu-west-1.console.aws.amazon.com/eks/home?region=eu-west-1#/clusters) by default. Want a different region? You can modify `terraform.tfvars` or input it directly using the `region` variable in plan/apply.
Copy file name to clipboardExpand all lines: helm/wrongsecrets-ctf-party/values.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ balancer:
35
35
# -- Set this to a fixed random alpa-numeric string (recommended length 24 chars). If not set this get randomly generated with every helm upgrade, each rotation invalidates all active cookies / sessions requirering users to login again.
36
36
cookieParserSecret: null
37
37
repository: jeroenwillemsen/wrongsecrets-balancer
38
-
tag: 0.74aws
38
+
tag: 0.76aws
39
39
# -- Number of replicas of the wrongsecrets-balancer deployment
0 commit comments