Skip to content

Commit

Permalink
fix: fix deployment.yaml rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
hqdncw committed May 27, 2023
1 parent aeff90b commit ea77629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/authelia/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ spec:
{{- else }}
enableServiceLinks: false
{{- end }}
{{- if .Values.initContainers }}
initContainers: {{- include "authelia.snippets.render" (dict "value" .Values.initContainers "context" $) | nindent 8 }}
{{- if .Values.pod.initContainers }}
initContainers: {{- include "authelia.snippets.render" (dict "value" .Values.pod.initContainers "context" $) | nindent 8 }}
{{- end }}
containers:
- name: authelia
Expand Down

0 comments on commit ea77629

Please sign in to comment.