You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I have a release where I am trying to use aws secrets manager like
ref+awssecrets://PATH/TO/SECRET
into avalues.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
. Thevalues.yaml
looks like:Is possible to use
ref+awssecrets://PATH/TO/SECRET
into avalues.yaml
The text was updated successfully, but these errors were encountered: