Skip to content

Commit

Permalink
Change containerSecurityContext to an instance of io.k8s.api.core.v1.…
Browse files Browse the repository at this point in the history
…SecurityContext, otherwise some fields are invalid
  • Loading branch information
milesarmstrong committed Nov 16, 2023
1 parent c86eab1 commit c4e23bb
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions charts/atlantis/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1032,17 +1032,7 @@
"containerSecurityContext":{
"type":"object",
"description":"SecurityContext configuration for atlantis containers.",
"properties":{
"allowPrivilegeEscalation":{
"type":"boolean",
"description":"Whether to enable privilege escalation"
},
"readOnlyRootFilesystem":{
"type":"boolean",
"description":"Whether the root file system should be read-only"
}
},
"additionalProperties":false
"$ref":"#/definitions/io.k8s.api.core.v1.SecurityContext",
},
"servicemonitor":{
"type":"object",
Expand Down

0 comments on commit c4e23bb

Please sign in to comment.