From 0b3f5174432dcdb31066a6e82f0416ed3f9576d5 Mon Sep 17 00:00:00 2001 From: Sebastian Mark Date: Wed, 9 Oct 2024 16:57:31 +0200 Subject: [PATCH] feat(manifest): add namespace for podinfo Helm chart MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - add namespace field to podinfo Helm chart configuration - ensure proper deployment within the specified namespace 🤖 --- manifests/podinfo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/podinfo.yml b/manifests/podinfo.yml index a7b56fe..ea41698 100644 --- a/manifests/podinfo.yml +++ b/manifests/podinfo.yml @@ -21,5 +21,6 @@ spec: chartRef: kind: HelmChart name: podinfo + namespace: flux2 values: replicaCount: 2