flux2-test/manifests/podinfo.yml
Sebastian Mark 0b3f517443 feat(manifest): add namespace for podinfo Helm chart
- add namespace field to podinfo Helm chart configuration
- ensure proper deployment within the specified namespace

🤖
2024-10-09 16:57:31 +02:00

26 lines
462 B
YAML

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