Skip to content

Commit eba90dd

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

10 files changed

Lines changed: 2 additions & 2 deletions

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 */}}

charts/nextcloud/templates/nginx-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
data:
1313
{{- if .Values.nginx.config.default }}
1414
default.conf: |-
15-
{{- tpl (.Files.Get "files/nginx.config.gotmpl") . | nindent 4 }}
15+
{{- tpl (.Files.Get "files/nginx.config.tpl") . | nindent 4 }}
1616
{{- end }}
1717
{{- with .Values.nginx.config.custom }}
1818
zz-custom.conf: |-

0 commit comments

Comments
 (0)