Skip to content

Commit

Permalink
change all the gotmpl file extensions to be tpl
Browse files Browse the repository at this point in the history
Signed-off-by: jessebot <[email protected]>
  • Loading branch information
jessebot committed Jul 24, 2024
1 parent 6d47ff1 commit eba90dd
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion charts/nextcloud/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ data:
{{- range $filename, $enabled := .Values.nextcloud.defaultConfigs }}
{{- if $enabled }}
{{ $filename }}: |-
{{- tpl ($.Files.Get (printf "files/defaultConfigs/%s.gotmpl" $filename)) $ | nindent 4 }}
{{- tpl ($.Files.Get (printf "files/defaultConfigs/%s.tpl" $filename)) $ | nindent 4 }}
{{- end }}
{{- end }}
{{- end }}{{/* end-if configs */}}
2 changes: 1 addition & 1 deletion charts/nextcloud/templates/nginx-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
data:
{{- if .Values.nginx.config.default }}
default.conf: |-
{{- tpl (.Files.Get "files/nginx.config.gotmpl") . | nindent 4 }}
{{- tpl (.Files.Get "files/nginx.config.tpl") . | nindent 4 }}
{{- end }}
{{- with .Values.nginx.config.custom }}
zz-custom.conf: |-
Expand Down

0 comments on commit eba90dd

Please sign in to comment.