feat(podinfo): update HelmRelease to include namespace in metadata
- add namespace to metadata for better resource organization
- ensure consistency in namespace usage across the manifest
- improve clarity for users deploying the podinfo chart
🤖
This commit is contained in:
parent
437b5ada8a
commit
67750d254d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue