Skip to content

Commit 22afec9

Browse files
committed
change all the gotmpl file extensions to be tpl
Signed-off-by: jessebot <jessebot@linux.com>
1 parent 6d47ff1 commit 22afec9

9 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

charts/nextcloud/files/defaultConfigs/apache-pretty-urls.config.php.gotmpl renamed to charts/nextcloud/files/defaultConfigs/apache-pretty-urls.config.php.tpl

File renamed without changes.

charts/nextcloud/files/defaultConfigs/apcu.config.php.gotmpl renamed to charts/nextcloud/files/defaultConfigs/apcu.config.php.tpl

File renamed without changes.

charts/nextcloud/files/defaultConfigs/apps.config.php.gotmpl renamed to charts/nextcloud/files/defaultConfigs/apps.config.php.tpl

File renamed without changes.

charts/nextcloud/files/defaultConfigs/autoconfig.php.gotmpl renamed to charts/nextcloud/files/defaultConfigs/autoconfig.php.tpl

File renamed without changes.

charts/nextcloud/files/defaultConfigs/redis.config.php.gotmpl renamed to charts/nextcloud/files/defaultConfigs/redis.config.php.tpl

File renamed without changes.

charts/nextcloud/files/defaultConfigs/smtp.config.php.gotmpl renamed to charts/nextcloud/files/defaultConfigs/smtp.config.php.tpl

File renamed without changes.
File renamed without changes.

charts/nextcloud/templates/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ data:
1616
{{- range $filename, $enabled := .Values.nextcloud.defaultConfigs }}
1717
{{- if $enabled }}
1818
{{ $filename }}: |-
19-
{{- tpl ($.Files.Get (printf "files/defaultConfigs/%s.gotmpl" $filename)) $ | nindent 4 }}
19+
{{- tpl ($.Files.Get (printf "files/defaultConfigs/%s.tpl" $filename)) $ | nindent 4 }}
2020
{{- end }}
2121
{{- end }}
2222
{{- end }}{{/* end-if configs */}}

0 commit comments

Comments
 (0)