From 67750d254d7e5b32e3a67905f390aec43fd20218 Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Wed, 9 Oct 2024 16:51:41 +0200 Subject: [PATCH] feat(podinfo): update HelmRelease to include namespace in metadata MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - add namespace to metadata for better resource organization - ensure consistency in namespace usage across the manifest - improve clarity for users deploying the podinfo chart 🤖 --- manifests/podinfo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/podinfo.yml b/manifests/podinfo.yml index 5a6bfd5..d1d9008 100644 --- a/manifests/podinfo.yml +++ b/manifests/podinfo.yml @@ -14,11 +14,11 @@ apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: podinfo + namespace: podinfo spec: chartRef: kind: HelmChart name: podinfo - namespace: podinfo interval: 10m values: replicaCount: 2