alloy icon indicating copy to clipboard operation
alloy copied to clipboard

Helm chart does not work well with "helm template"

Open valorl opened this issue 5 months ago • 1 comments

Currently, most of the templates omit .metadata.namespace.

This works fine with helm install / helm upgrade where all the manifests without a namespace will be installed to --namespace anyway.

However, helm template will produce the manifests as-is (with no namespace), regardless of --namespace, forcing users to add the namespace manually, or use additional tools on top like kustomize.

valorl avatar Sep 04 '24 08:09 valorl