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
This commit was merged in pull request #5.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user