Skip to content

Commit

Permalink
Merge pull request #37 from avo-sepp/main
Browse files Browse the repository at this point in the history
fix: Indent mistake
  • Loading branch information
macb authored Sep 26, 2024
2 parents 7211de6 + 086b9b7 commit 494b2d7
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 494b2d7

Please sign in to comment.