diff --git a/helmfile.d/plume.yaml.gotmpl b/helmfile.d/plume.yaml.gotmpl index f3c63fa2..2c20408a 100644 --- a/helmfile.d/plume.yaml.gotmpl +++ b/helmfile.d/plume.yaml.gotmpl @@ -10,8 +10,8 @@ releases: chart: ../charts/plume condition: plume.enabled values: - - ../values/plume/values/plume.yaml.gotmpl - - ../values/plume/values/plume-{{ .Environment.Name }}.yaml.gotmpl + - ../values/plume/values/values.yaml + - ../values/plume/values/values-{{ .Environment.Name }}.yaml postRenderer: ../bin/kustomizer postRendererArgs: - ../values/plume/kustomize/{{ .Environment.Name }}