We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c8467 commit 73aa3c4Copy full SHA for 73aa3c4
2 files changed
helm/defectdojo/README.md
@@ -567,7 +567,7 @@ A Helm chart for Kubernetes to install DefectDojo
567
| celery.worker.resources.requests.memory | string | `"128Mi"` | |
568
| celery.worker.startupProbe | object | `{}` | |
569
| celery.worker.tolerations | list | `[]` | |
570
-| cloudsql.containerSecurityContext | string | `nil` | |
+| cloudsql.containerSecurityContext | object | `{}` | |
571
| cloudsql.enable_iam_login | bool | `false` | |
572
| cloudsql.enabled | bool | `false` | |
573
| cloudsql.extraEnv | list | `[]` | |
helm/defectdojo/values.schema.json
@@ -214,7 +214,7 @@
214
"type": "object",
215
"properties": {
216
"containerSecurityContext": {
217
- "type": "null"
+ "type": "object"
218
},
219
"enable_iam_login": {
220
"type": "boolean"
0 commit comments