argocd-apps/apps/overlays/au-syd1/reflector-system/kustomization.yaml
Ben Vincent c52af7eb11 fix: helm-charts in overlay only (#5)
weird issues with kustomize not being able to merge helm-charts between
base/overlays

- move the helm-charts to the overlay only

Reviewed-on: #5
2026-03-01 16:01:32 +11:00

15 lines
304 B
YAML

---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../../base/reflector-system
helmCharts:
- name: reflector
repo: oci://ghcr.io/emberstack/helm-charts
version: "10.0.1"
releaseName: reflector
namespace: reflector-system
valuesFile: values.yaml