From 086b9b7221efb764f22577fb018dabb66486e8ef Mon Sep 17 00:00:00 2001 From: Avo Sepp Date: Wed, 25 Sep 2024 18:07:07 -0400 Subject: [PATCH] fixup --- charts/vantage-kubernetes-agent/templates/application.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/vantage-kubernetes-agent/templates/application.yaml b/charts/vantage-kubernetes-agent/templates/application.yaml index 193f84a..fee5843 100644 --- a/charts/vantage-kubernetes-agent/templates/application.yaml +++ b/charts/vantage-kubernetes-agent/templates/application.yaml @@ -157,8 +157,8 @@ spec: mountPath: {{ .mountPath }} {{- end }} {{- end }} - securityContext: - {{- toYaml .Values.podSecurityContext | nindent 6 }} + securityContext: + {{- toYaml .Values.podSecurityContext | nindent 8 }} {{- if not .Values.agent.useDeployment }} {{- with .Values.persist }} volumeClaimTemplates: