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
|
kind: HelmRelease
|
||||||
metadata:
|
metadata:
|
||||||
name: podinfo
|
name: podinfo
|
||||||
|
namespace: podinfo
|
||||||
spec:
|
spec:
|
||||||
chartRef:
|
chartRef:
|
||||||
kind: HelmChart
|
kind: HelmChart
|
||||||
name: podinfo
|
name: podinfo
|
||||||
namespace: podinfo
|
|
||||||
interval: 10m
|
interval: 10m
|
||||||
values:
|
values:
|
||||||
replicaCount: 2
|
replicaCount: 2
|
||||||
|
|
Loading…
Reference in a new issue