Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
djkhl committed Nov 22, 2024
1 parent c0b8de1 commit 1c2f021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/logprep/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
annotations:
{{ toYaml .Values.podAnnotations| nindent 8 }}
spec:
{{ - if .Values.podSecurityContext.enabled }}
{{- if .Values.podSecurityContext.enabled }}
securityContext:
{{- omit .Values.podSecurityContext "enabled" | toYaml | nindent 8 }}
imagePullSecrets:
Expand Down

0 comments on commit 1c2f021

Please sign in to comment.