helmfile
helmfile copied to clipboard
Deploy Kubernetes Helm Charts
Say I have the following reference: ``` privateKey: ref+gcpsecrets://blablabla ``` By default, if a referenced value is not presented `helmfile template` or `helmfile apply` will fail. However sometimes it's ok,...
Hey everybody, I'm having issue with templating as specified [here](https://github.com/roboll/helmfile/blob/master/docs/writing-helmfile.md#merging-arrays-in-layers), here a basic sample: **helmfile.yaml** ```yaml {{ readFile "domain.yaml" }} environments: master: values: - clusterDomain: *clusterDomain staging: values: - clusterDomain:...
With helmfile v0.139.9 it seems that the `needs` dependencies behaviour is broken. With the following example: ```yaml - name: amazing-app-test-1 chart: my-repo/amazing-app version: 2.0.14 installed: true timeout: 300 needs: -...
I'd like to have one step further to maintain Helmfile better, by moving this repository to a GitHub organization https://github.com/helmfile. This project has originally been created by awesome @roboll and...
Hello I created simple helmfile to deploy vault with `production` environment. But after apply the values from production config was not apply to the resources. What I'm doing wrong? `helmfile.yaml`...
As far as I can see after changes from [commit][1] were merged our pipeline fail with the next error: ``` err: release(s) "dev-power/dev-vladimir-kuznichenkov/site-visitor-config-ingress", "dev-power/dev-vladimir-kuznichenkov/overseer-ingress" depend(s) on an undefined release "dev-power/dev-vladimir-kuznichenkov/{{...
--kube-context public/test-context:dev needs cant deal with context contains '/'
I need to glob prometheus rule files `rules/*` into a yaml block. So I was hoping .Files to be available to do so: ``` additionalPrometheusRules: {{- range $file, $bytes :=...
helmfile apply not call the helm `lookup template function` whereas helmfile sync did is there a bug?
Hi, I think it would be beneficial to use the `--skip-cleanup` flag consistently in all the helmfile commands. We would like to be able to see tmp output without having...