Skip to content

Commit

Permalink
fix: hydra initContainer indent (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
Demonsthere authored Apr 7, 2021
1 parent ae65896 commit 4caafb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/charts/hydra/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ spec:
{{- with .Values.deployment.extraEnv }}
{{- toYaml . | nindent 12 }}
{{- end }}
securityContext:
{{- toYaml .Values.deployment.securityContext | nindent 12 }}
securityContext:
{{- toYaml .Values.deployment.securityContext | nindent 12 }}
{{- end}}
volumes:
- name: {{ include "hydra.name" . }}-config-volume
Expand Down

0 comments on commit 4caafb1

Please sign in to comment.