Skip to content

helm (telegraf): add {{ .Release.Namespace }} for kustomize v5.8[01] compat #770

Description

@shadow1runner

Description

TL;DR

If you use Kustomize with Helm charts, ensure that your Helm templates explicitly set the namespace, for example:

metadata:
  namespace: {{ .Release.Namespace }}

If your charts already handle namespaces this way, this change should not introduce any breaking behavior.

Similar issues:

Expected Behavior

using kustomize build --enable-helm . renders the manifests using the proper namespaces; otherwise (when used within argocd), they might land in the default namespace (=argocd)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions