feat(manifest): add namespace for podinfo Helm chart

- add namespace field to podinfo Helm chart configuration
- ensure proper deployment within the specified namespace

🤖
This commit is contained in:
Sebastian Mark 2024-10-09 16:57:31 +02:00
parent 7a9f4b886f
commit 0b3f517443

View file

@ -21,5 +21,6 @@ spec:
chartRef:
kind: HelmChart
name: podinfo
namespace: flux2
values:
replicaCount: 2