Skip to content

Commit

Permalink
authentik: fix additional objects templating (#242)
Browse files Browse the repository at this point in the history
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
  • Loading branch information
rissson committed Feb 22, 2024
1 parent 9c06acf commit 08504df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/authentik/templates/additional-objects.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- range .Values.additionalObjects }}
---
{{- tpl (toYaml . ) . }}
{{- tpl (toYaml . ) $ }}
{{- end }}

0 comments on commit 08504df

Please sign in to comment.