Substitute variables from cluster-config

This commit is contained in:
2025-12-02 00:39:24 +01:00
parent b02fe72253
commit 5bda93eb3d

View File

@@ -3,3 +3,15 @@ kind: Kustomization
resources:
- gotk-components.yaml
- gotk-sync.yaml
patches:
- patch: |
- op: add
path: /spec/postBuild
value:
substituteFrom:
- kind: ConfigMap
name: cluster-config
namespace: kube-system
target:
kind: Kustomization
name: flux-system