Skip to content

Commit 8fe8674

Browse files
committed
fix: values schema
1 parent ecede09 commit 8fe8674

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

helm/defectdojo/values.schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -914,9 +914,6 @@
914914
"affinity": {
915915
"type": "object"
916916
},
917-
"annotations": {
918-
"type": "object"
919-
},
920917
"automountServiceAccountToken": {
921918
"type": "boolean"
922919
},
@@ -967,6 +964,9 @@
967964
"nodeSelector": {
968965
"type": "object"
969966
},
967+
"podAnnotations": {
968+
"type": "object"
969+
},
970970
"podSecurityContext": {
971971
"description": "Pod security context for the initializer Job",
972972
"type": "object"

0 commit comments

Comments
 (0)