@@ -529,6 +529,7 @@ A Helm chart for Kubernetes to install DefectDojo
529529| celery.beat.affinity | object | `{}` | |
530530| celery.beat.annotations | object | `{}` | |
531531| celery.beat.automountServiceAccountToken | bool | `false` | |
532+ | celery.beat.containerSecurityContext | object | `{}` | |
532533| celery.beat.extraEnv | list | `[]` | |
533534| celery.beat.extraInitContainers | list | `[]` | |
534535| celery.beat.extraVolumeMounts | list | `[]` | |
@@ -551,6 +552,7 @@ A Helm chart for Kubernetes to install DefectDojo
551552| celery.worker.annotations | object | `{}` | |
552553| celery.worker.appSettings.poolType | string | `"solo"` | |
553554| celery.worker.automountServiceAccountToken | bool | `false` | |
555+ | celery.worker.containerSecurityContext | object | `{}` | |
554556| celery.worker.extraEnv | list | `[]` | |
555557| celery.worker.extraInitContainers | list | `[]` | |
556558| celery.worker.extraVolumeMounts | list | `[]` | |
@@ -594,6 +596,7 @@ A Helm chart for Kubernetes to install DefectDojo
594596| django.affinity | object | `{}` | |
595597| django.annotations | object | `{}` | |
596598| django.automountServiceAccountToken | bool | `false` | |
599+ | django.extraEnv | list | `[]` | |
597600| django.extraInitContainers | list | `[]` | |
598601| django.extraVolumeMounts | list | `[]` | |
599602| django.extraVolumes | list | `[]` | |
@@ -674,6 +677,7 @@ A Helm chart for Kubernetes to install DefectDojo
674677| initializer.affinity | object | `{}` | |
675678| initializer.annotations | object | `{}` | |
676679| initializer.automountServiceAccountToken | bool | `false` | |
680+ | initializer.containerSecurityContext | object | `{}` | |
677681| initializer.extraEnv | list | `[]` | |
678682| initializer.extraVolumeMounts | list | `[]` | |
679683| initializer.extraVolumes | list | `[]` | |
0 commit comments