fix: helm-charts in overlay only

weird issues with kustomize not being able to merge helm-charts between
base/overlays

- move the helm-charts to the overlay only
This commit is contained in:
2026-03-01 16:00:23 +11:00
parent ce261f66c0
commit eafac246f0
3 changed files with 9 additions and 11 deletions
@@ -4,10 +4,3 @@ kind: Kustomization
resources:
- namespace.yaml
helmCharts:
- name: reflector
repo: oci://ghcr.io/emberstack/helm-charts
version: "10.0.1"
releaseName: reflector
namespace: reflector-system
@@ -5,5 +5,10 @@ kind: Kustomization
resources:
- ../../../base/reflector-system
patches:
- path: helm-patch.yaml
helmCharts:
- name: reflector
repo: oci://ghcr.io/emberstack/helm-charts
version: "10.0.1"
releaseName: reflector
namespace: reflector-system
valuesFile: values.yaml