-
I'm using gitlab ci with helm and upgraded the cluster applications container which now seems to include helmfile 1.0.0, I had some hooks with the following syntax to access the namespace: hooks:
- events: ["presync"]
showlogs: true
command: sh
args:
- createSecret.sh
- '{{`{{ .Release.Namespace }}`}}' which seems to break with 1.x where I now need to use thanks for the clarification ! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
@natcl could you post an demo? |
Beta Was this translation helpful? Give feedback.
-
@natcl maybe but you should make file endwith .gotmpl if your helmfile hava tmpl syntax. |
Beta Was this translation helpful? Give feedback.
@natcl rename helmfile.yaml into helmfile.yaml.gotmpl