diff --git a/charts/atlantis/values.schema.json b/charts/atlantis/values.schema.json index 212803c0..96fd94e0 100644 --- a/charts/atlantis/values.schema.json +++ b/charts/atlantis/values.schema.json @@ -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",