weird issues with kustomize not being able to merge helm-charts between base/overlays - move the helm-charts to the overlay only
15 lines
304 B
YAML
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
|