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:
|
||||
kind: HelmChart
|
||||
name: podinfo
|
||||
namespace: flux2
|
||||
values:
|
||||
replicaCount: 2
|
||||
|
|
Loading…
Reference in a new issue