diff --git a/values.yaml b/values.yaml index 8134ed6..d63d190 100644 --- a/values.yaml +++ b/values.yaml @@ -267,13 +267,13 @@ injector: # pod: {} # container: {} securityContext: - pod: - runAsNonRoot: true - container: - allowPrivilegeEscalation: false - capabilities: - drop: - - ALL + pod: + runAsNonRoot: true + container: + allowPrivilegeEscalation: false + capabilities: + drop: + - ALL resources: {} # resources: @@ -1042,14 +1042,14 @@ server: #securityContext: # pod: {} # container: {} - securityContext: - pod: - runAsNonRoot: true - container: - allowPrivilegeEscalation: false - capabilities: - drop: - - ALL + securityContext: + pod: + runAsNonRoot: true + container: + allowPrivilegeEscalation: false + capabilities: + drop: + - ALL # Should the server pods run on the host network hostNetwork: false