diff --git a/helmfile/apps/jitsi/helmfile.yaml b/helmfile/apps/jitsi/helmfile.yaml index b5da7f77..e46c79da 100644 --- a/helmfile/apps/jitsi/helmfile.yaml +++ b/helmfile/apps/jitsi/helmfile.yaml @@ -20,7 +20,7 @@ releases: chart: "jitsi-repo/{{ .Values.charts.jitsi.name }}" version: "{{ .Values.charts.jitsi.version }}" values: - - "values-jitsi.gotmpl" + - "values-jitsi.yaml.gotmpl" installed: {{ .Values.jitsi.enabled }} timeout: 900 diff --git a/helmfile/apps/jitsi/values-jitsi.gotmpl b/helmfile/apps/jitsi/values-jitsi.yaml.gotmpl similarity index 100% rename from helmfile/apps/jitsi/values-jitsi.gotmpl rename to helmfile/apps/jitsi/values-jitsi.yaml.gotmpl