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
| images.nginx.image.tag | string | `""` | If empty, use appVersion. Another possible values are: latest, X.X.X, X.X.X-alpine (where X.X.X is version of DD). For dev builds (only for testing purposes): nightly-dev, nightly-dev-alpine. To see all, check https://hub.docker.com/r/defectdojo/defectdojo-nginx/tags. |
| initializer.containerSecurityContext | object | `{}` | Container security context for the initializer Job container |
689
688
| initializer.extraEnv | list | `[]` | Additional environment variables injected to the initializer job pods. |
@@ -694,6 +693,7 @@ A Helm chart for Kubernetes to install DefectDojo
694
693
| initializer.keepSeconds | int | `60` | A positive integer will keep this Job and Pod deployed for the specified number of seconds, after which they will be removed. For all other values, the Job and Pod will remain deployed. |
695
694
| initializer.labels | object | `{}` | |
696
695
| initializer.nodeSelector | object | `{}` | |
696
+
| initializer.podAnnotations | object | `{}` | |
697
697
| initializer.podSecurityContext | object | `{}` | Pod security context for the initializer Job |
0 commit comments