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
the result is that resources in myresources.yaml end up in the mynamespace namespace, but resources from mychart end up in the default namespace.
This can be solved by explicitly adding the namespace specification to the kustomization. However, this reduces the reusability and can be a source of confusion with two places to specify the namespace.
I could not find an existing issue describing this.
The text was updated successfully, but these errors were encountered:
This is with ArgoCD v2.4.2 with
--enable-helm
for the kustomize renderer.With a kustomization containing a chart, e.g.
and an app
the result is that resources in
myresources.yaml
end up in themynamespace
namespace, but resources frommychart
end up in thedefault
namespace.This can be solved by explicitly adding the namespace specification to the kustomization. However, this reduces the reusability and can be a source of confusion with two places to specify the namespace.
I could not find an existing issue describing this.
The text was updated successfully, but these errors were encountered: