diff --git a/Makefile b/Makefile index 0c7ed0f..e480a14 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # Usage: make build clusters/au-syd1/bootstrap build: @mkdir -p manifests/$(filter-out $@,$(MAKECMDGOALS)) - @kustomize build $(filter-out $@,$(MAKECMDGOALS)) --output manifests/$(filter-out $@,$(MAKECMDGOALS)) + @kustomize build --enable-helm $(filter-out $@,$(MAKECMDGOALS)) --output manifests/$(filter-out $@,$(MAKECMDGOALS)) # Clean all generated manifests clean: @@ -12,4 +12,4 @@ clean: # Allow any argument after build to be treated as a path %: - @: \ No newline at end of file + @: diff --git a/apps/base/reflector-system/kustomization.yaml b/apps/base/reflector-system/kustomization.yaml index d48a8ea..5122f9e 100644 --- a/apps/base/reflector-system/kustomization.yaml +++ b/apps/base/reflector-system/kustomization.yaml @@ -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 diff --git a/apps/overlays/au-syd1/reflector-system/kustomization.yaml b/apps/overlays/au-syd1/reflector-system/kustomization.yaml index caa0fb1..4b99560 100644 --- a/apps/overlays/au-syd1/reflector-system/kustomization.yaml +++ b/apps/overlays/au-syd1/reflector-system/kustomization.yaml @@ -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