Skip to content

Commit 76f06f6

Browse files
committed
Various doc/schema fixes
1 parent c11d13f commit 76f06f6

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

helm/defectdojo/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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 | `[]` | |

helm/defectdojo/values.schema.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
"automountServiceAccountToken": {
5353
"type": "boolean"
5454
},
55+
"containerSecurityContext": {
56+
"type": "object"
57+
},
5558
"extraEnv": {
5659
"type": "array"
5760
},
@@ -143,6 +146,9 @@
143146
"automountServiceAccountToken": {
144147
"type": "boolean"
145148
},
149+
"containerSecurityContext": {
150+
"type": "object"
151+
},
146152
"extraEnv": {
147153
"type": "array"
148154
},
@@ -324,6 +330,9 @@
324330
"automountServiceAccountToken": {
325331
"type": "boolean"
326332
},
333+
"extraEnv": {
334+
"type": "array"
335+
},
327336
"extraInitContainers": {
328337
"type": "array"
329338
},
@@ -688,6 +697,9 @@
688697
"extraEnv": {
689698
"type": "array"
690699
},
700+
"containerSecurityContext": {
701+
"type": "object"
702+
},
691703
"extraVolumeMounts": {
692704
"type": "array"
693705
},

0 commit comments

Comments
 (0)