Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
avo-sepp committed Sep 25, 2024
1 parent e41705a commit 086b9b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/vantage-kubernetes-agent/templates/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 086b9b7

Please sign in to comment.