@@ -528,6 +528,7 @@ A Helm chart for Kubernetes to install DefectDojo
528528| celery.annotations | object | `{}` | |
529529| celery.beat.affinity | object | `{}` | |
530530| celery.beat.annotations | object | `{}` | |
531+ | celery.beat.automountServiceAccountToken | bool | `false` | |
531532| celery.beat.extraEnv | list | `[]` | |
532533| celery.beat.extraInitContainers | list | `[]` | |
533534| celery.beat.extraVolumeMounts | list | `[]` | |
@@ -548,6 +549,7 @@ A Helm chart for Kubernetes to install DefectDojo
548549| celery.worker.affinity | object | `{}` | |
549550| celery.worker.annotations | object | `{}` | |
550551| celery.worker.appSettings.poolType | string | `"solo"` | |
552+ | celery.worker.automountServiceAccountToken | bool | `false` | |
551553| celery.worker.extraEnv | list | `[]` | |
552554| celery.worker.extraInitContainers | list | `[]` | |
553555| celery.worker.extraVolumeMounts | list | `[]` | |
@@ -582,6 +584,7 @@ A Helm chart for Kubernetes to install DefectDojo
582584| disableHooks | bool | `false` | |
583585| django.affinity | object | `{}` | |
584586| django.annotations | object | `{}` | |
587+ | django.automountServiceAccountToken | bool | `false` | |
585588| django.extraInitContainers | list | `[]` | |
586589| django.extraVolumes | list | `[]` | |
587590| django.ingress.activateTLS | bool | `true` | |
@@ -656,6 +659,7 @@ A Helm chart for Kubernetes to install DefectDojo
656659| imagePullSecrets | string | `nil` | |
657660| initializer.affinity | object | `{}` | |
658661| initializer.annotations | object | `{}` | |
662+ | initializer.automountServiceAccountToken | bool | `false` | |
659663| initializer.extraEnv | list | `[]` | |
660664| initializer.extraVolumeMounts | list | `[]` | |
661665| initializer.extraVolumes | list | `[]` | |
@@ -722,6 +726,7 @@ A Helm chart for Kubernetes to install DefectDojo
722726| serviceAccount.create | bool | `true` | |
723727| serviceAccount.labels | object | `{}` | |
724728| tag | string | `"latest"` | |
729+ | tests.unitTests.automountServiceAccountToken | bool | `false` | |
725730| tests.unitTests.resources.limits.cpu | string | `"500m"` | |
726731| tests.unitTests.resources.limits.memory | string | `"512Mi"` | |
727732| tests.unitTests.resources.requests.cpu | string | `"100m"` | |
0 commit comments