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
When integrating vals with helm using the --post-renderer approach, for some reason, while specifying -decode-kubernetes-secrets, helm fails to find the specified release.
i.e
helm upgrade --post-renderer vals --post-renderer-args eval --post-renderer-args -decode-kubernetes-secrets argocd .
Error: UPGRADE FAILED: "argocd" has no deployed releases
When adding the namespace using the --namespace, it works fine.
helm upgrade --post-renderer vals --post-renderer-args eval --post-renderer-args -decode-kubernetes-secrets argocd . --namespace argocd-ops
Release "argocd" has been upgraded. Happy Helming!
NAME: argocd
LAST DEPLOYED: Wed Feb 21 12:26:23 2024
NAMESPACE: argocd-ops
STATUS: deployed
REVISION: 70
I could find no apparent reason for this. Removing the -decode-kubernete-secrets flag and leaving only --post-renderer vals --post-renderer-args eval works perfectly. It's only once -decode-kubernetes-secrets is specified that this occurs.
Has anyone encountered this before? Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
Issue
When integrating vals with helm using the
--post-renderer
approach, for some reason, while specifying-decode-kubernetes-secrets
, helm fails to find the specified release.i.e
When adding the namespace using the
--namespace
, it works fine.I could find no apparent reason for this. Removing the
-decode-kubernete-secrets
flag and leaving only--post-renderer vals --post-renderer-args eval
works perfectly. It's only once-decode-kubernetes-secrets
is specified that this occurs.Has anyone encountered this before? Am I doing something wrong?
The text was updated successfully, but these errors were encountered: