weaveworks / weave-gitops

Weave GitOps provides insights into your application deployments, and makes continuous delivery with GitOps easier to adopt and scale across your teams.
https://docs.gitops.weave.works/
Apache License 2.0
905 stars 151 forks source link

Helm: Add namespace to all resources #4195

Open megum1n opened 6 months ago

megum1n commented 6 months ago

What changed? Added namespace field to all resources in the helm chart.

Why was this change made? Helm template renders resources without namespace. All resources by default are created in the default namespace.

How was this change implemented? Nothing special, just added release.namespace key to all the manifests.

How did you validate the change?

Release notes Worth to mention it in the changelog, but no actions are required for the most of installations.

Documentation Changes No documentation changes.