From 1f0c5327bf48706431abc84b43c780c0ef80a936 Mon Sep 17 00:00:00 2001 From: Conan Scott Date: Tue, 13 Jan 2026 16:24:32 +1100 Subject: [PATCH] fixed formatting --- values.yaml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) 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