diff --git a/clusters/testing/flux-system/kustomization.yaml b/clusters/testing/flux-system/kustomization.yaml index 3842229..ff41123 100644 --- a/clusters/testing/flux-system/kustomization.yaml +++ b/clusters/testing/flux-system/kustomization.yaml @@ -1,5 +1,16 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- gotk-components.yaml -- gotk-sync.yaml + - gotk-components.yaml + - gotk-sync.yaml +patches: + - patch: | + - op: add + path: /spec/postBuild + value: + substituteFrom: + - kind: ConfigMap + name: cluster-variables + target: + kind: Kustomization + name: flux-system