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
if you're using kustomize build --enable helm it will produce manifests without the namespace.
And if namespace field will be set in kustomization.yaml, it will affect Role/Rolebinding namespace and {{ .Values.argocd.namespace }} will be overriden.
UPD: found the way how to workaround this, but still will be nice to have
There is a
namespace
field missing for namespaced objects in Helm templates (for example in Deployment template).Was it done for some reason or can be easily added? (
namespace: {{ .Release.Namespace }}
)The text was updated successfully, but these errors were encountered: