Skip to content

Commit

Permalink
authentik: fix extraContainers indentation (#250)
Browse files Browse the repository at this point in the history
Co-authored-by: WrenIX <dev@wrenix.eu>
  • Loading branch information
wrenix and WrenIX committed Mar 1, 2024
1 parent 1cf48f9 commit 8113593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/authentik/templates/server/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ spec:
{{- end }}
{{- end }}
{{- with .Values.server.extraContainers }}
{{- tpl (toYaml . ) $ | nindent 6 }}
{{- tpl (toYaml . ) $ | nindent 8 }}
{{- end }}
{{- with include "authentik.affinity" (dict "context" . "component" .Values.server) }}
affinity:
Expand Down
2 changes: 1 addition & 1 deletion charts/authentik/templates/worker/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ spec:
{{- end }}
{{- end }}
{{- with .Values.worker.extraContainers }}
{{- tpl (toYaml . ) $ | nindent 6 }}
{{- tpl (toYaml . ) $ | nindent 8 }}
{{- end }}
{{- with include "authentik.affinity" (dict "context" . "component" .Values.worker) }}
affinity:
Expand Down

0 comments on commit 8113593

Please sign in to comment.