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:
Sebastian Mark 2024-10-09 16:51:41 +02:00
parent 437b5ada8a
commit 67750d254d

View file

@ -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