Skip to content

Commit 73aa3c4

Browse files
chore: docs
1 parent 56c8467 commit 73aa3c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helm/defectdojo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ A Helm chart for Kubernetes to install DefectDojo
567567
| celery.worker.resources.requests.memory | string | `"128Mi"` | |
568568
| celery.worker.startupProbe | object | `{}` | |
569569
| celery.worker.tolerations | list | `[]` | |
570-
| cloudsql.containerSecurityContext | string | `nil` | |
570+
| cloudsql.containerSecurityContext | object | `{}` | |
571571
| cloudsql.enable_iam_login | bool | `false` | |
572572
| cloudsql.enabled | bool | `false` | |
573573
| cloudsql.extraEnv | list | `[]` | |

helm/defectdojo/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@
214214
"type": "object",
215215
"properties": {
216216
"containerSecurityContext": {
217-
"type": "null"
217+
"type": "object"
218218
},
219219
"enable_iam_login": {
220220
"type": "boolean"

0 commit comments

Comments
 (0)