Use Case
Hello There
when trying to deploy the chart with Argo CD, I noticed that some rendered resources (for example the puppetserver statefulset) are missing metadata.namespace.
Currently, I do not see a way to set the namespace through the values file or otherwise ensure all namespaced resources use {{ .Release.Namespace }}.
Is support for this planned?
Describe the solution you would like
add metadata: namespace: {{ .Release.Namespace }} for all namespaced Ressources in the template
Describe alternatives you've considered
No response
Additional context
No response
Use Case
Hello There
when trying to deploy the chart with Argo CD, I noticed that some rendered resources (for example the puppetserver statefulset) are missing metadata.namespace.
Currently, I do not see a way to set the namespace through the values file or otherwise ensure all namespaced resources use {{ .Release.Namespace }}.
Is support for this planned?
Describe the solution you would like
add metadata: namespace: {{ .Release.Namespace }} for all namespaced Ressources in the template
Describe alternatives you've considered
No response
Additional context
No response