roboll / helmfile

Deploy Kubernetes Helm Charts
MIT License
4.05k stars 565 forks source link

helmfile + aws secrets manager #2185

Open adecchi-2inno opened 3 months ago

adecchi-2inno commented 3 months ago

I have a release where I am trying to use aws secrets manager like ref+awssecrets://PATH/TO/SECRET into a values.yaml When I run helmfile to apply it the value is not getting from aws secrets manager, in place of that it set ref+awssecrets://PATH/TO/SECRET. The values.yaml looks like:

secrets: ref+awssecrets://PATH/TO/SECRET

Is possible to use ref+awssecrets://PATH/TO/SECRET into a values.yaml