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
| wrongsecrets.affinity | object |`{}`| Optional Configure kubernetes scheduling affinity for the created Wrongsecrets instances (see: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity)|
182
182
| wrongsecrets.config | string | See values.yaml for full details | Specify a custom Wrongsecrets config.yaml. See the Wrongsecrets Docs for any needed ENVs: https://github.com/OWASP/wrongsecrets|
@@ -189,7 +189,7 @@ Run Multi User "Capture the Flags" or Security Trainings with OWASP Wrongsecrets
189
189
| wrongsecrets.resources | object |`{"requests":{"cpu":"256Mi","memory":"300Mi"}}`| Optional resources definitions to set for each Wrongsecrets instance |
190
190
| wrongsecrets.runtimeClassName | string |`nil`| Optional Can be used to configure the runtime class for the Wrongsecrets instances pods to add an additional layer of isolation to reduce the impact of potential container escapes. (see: https://kubernetes.io/docs/concepts/containers/runtime-class/)|
191
191
| wrongsecrets.securityContext | object |`{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"seccompProfile":{"type":"RuntimeDefault"}}`| Optional securityContext definitions to set for each Wrongsecrets instance |
| wrongsecrets.tolerations | list |`[]`| Optional Configure kubernetes toleration for the created Wrongsecrets instances (see: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/)|
194
194
| wrongsecrets.volumes | list |`[]`| Optional Volumes to set for each Wrongsecrets instance (see: https://kubernetes.io/docs/concepts/storage/volumes/)|
195
195
| wrongsecretsCleanup.affinity | object |`{}`| Optional Configure kubernetes scheduling affinity for the wrongsecretsCleanup Job(see: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity)|
Copy file name to clipboardExpand all lines: helm/wrongsecrets-ctf-party/values.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,7 @@ wrongsecrets:
147
147
maxInstances: 500
148
148
# -- Wrongsecrets Image to use
149
149
image: jeroenwillemsen/wrongsecrets
150
-
tag: 1.9.2beta11-no-vault
150
+
tag: 1.9.2-no-vault
151
151
# -- Change the key when hosting a CTF event. This key gets used to generate the challenge flags. See: https://github.com/OWASP/wrongsecrets#ctf
0 commit comments