flux2-test/manifests/podinfo.yml
Sebastian Mark 67750d254d 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

🤖
2024-10-09 16:51:41 +02:00

24 lines
419 B
YAML

---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: OCIRepository
metadata:
name: podinfo
namespace: podinfo
spec:
interval: 5m0s
url: oci://ghcr.io/stefanprodan/charts/podinfo
ref:
tag: 6.0.0
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: podinfo
namespace: podinfo
spec:
chartRef:
kind: HelmChart
name: podinfo
interval: 10m
values:
replicaCount: 2