Skip to content

Commit

Permalink
Fix schema
Browse files Browse the repository at this point in the history
  • Loading branch information
mimartin12 committed Jun 21, 2024
1 parent 88fd30f commit 557849d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion charts/self-host/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1453,7 +1453,10 @@
"enum": ["RollingUpdate", "Recreate"]
},
"securityContext": {
"type": "object",
"type": [
"object",
"null"
],
"properties": {
"allowPrivilegeEscalation": {
"type": ["boolean", "null"]
Expand Down

0 comments on commit 557849d

Please sign in to comment.