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
It would be helpful if the Helm (ArgoCDRelease) and Plain deployments would write the stage namespace into the resulting files. Or this could be activated via an option. Note: Flux (FluxV1Release) already does this!
For helm this could be realized using helm template -n.
For example the bitnami/nginx helm chart writes helm -n namespace into the k8s resources, and defaults to default. Fortunately, this can overwritten via the namespaceOverride value. But it's not intuitive and other charts might not offer an option such as this.
The text was updated successfully, but these errors were encountered:
schnatterer
changed the title
Write namespaces into ressources
Write namespaces into ressources (ArgoCD Helm and plain)
Jan 11, 2023
pmarkiewka
added a commit
to cloudogu/gitops-playground
that referenced
this issue
Jan 26, 2023
BTW - this is not fixed for plain. But: This should not be a problem, because when the resources (e.g. a kubernetes deployment) don't specify a namespace Argo CD deploy them into the namespace specified in the Application
It would be helpful if the
Helm
(ArgoCDRelease
) andPlain
deployments would write the stage namespace into the resulting files. Or this could be activated via an option. Note: Flux (FluxV1Release
) already does this!For helm this could be realized using
helm template -n
.For example the bitnami/nginx helm chart writes
helm -n
namespace into the k8s resources, and defaults todefault
. Fortunately, this can overwritten via thenamespaceOverride
value. But it's not intuitive and other charts might not offer an option such as this.The text was updated successfully, but these errors were encountered: