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:
parent
7a9f4b886f
commit
0b3f517443
1 changed files with 1 additions and 0 deletions
|
@ -21,5 +21,6 @@ spec:
|
||||||
chartRef:
|
chartRef:
|
||||||
kind: HelmChart
|
kind: HelmChart
|
||||||
name: podinfo
|
name: podinfo
|
||||||
|
namespace: flux2
|
||||||
values:
|
values:
|
||||||
replicaCount: 2
|
replicaCount: 2
|
||||||
|
|
Loading…
Reference in a new issue