Quan TRAN

Results 23 comments of Quan TRAN

+1 for `Android Auto`

helm is a tool to avoid people doing the same thing again and again at the first sight, correct me if I'm wrong. Leaving people to do parsing on their...

Derek add label: proposal

Derek add label: php

In my case, I'm using remote charts, but not remote helmfiles, helmfile.yaml ``` releases: - chart: git::https://gitlab.com/xxx ``` locally I have ``` git config --global -l | grep gitlab.com |...

@carnei-ro, @chattytak could you share the output of this command without any **sensitive** data please? ``` git config --global -l | grep -e credential -e url.https ```

secrets are just encrypted values, the secret of release are decrypted and merged into result of values of release. You can have secret.yaml.gotmpl as well if you want to do...

IMO it's by design. Each helmfile.yaml is independant block and is executed in the order of definition in `helmfiles` field, as stated in README: ``` - # All the nested...

@mumoshu Thanks for the invitation, I would love to join :-)

@vitorfhc I confirmed that there is a bug with `deps` Test fixture: ``` repositories: - name: jetstack url: https://charts.jetstack.io - name: bitnami url: https://charts.bitnami.com/bitnami releases: - name: dep-01 namespace: dep...