apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization metadata: name: apps namespace: flux-system spec: interval: 10m0s path: ./cluster/apps prune: true sourceRef: kind: GitRepository name: kub-repo postBuild: substitute: NAS_IP: 10.0.0.10 substituteFrom: - kind: ConfigMap name: global-vars - kind: Secret name: bw-sample-secret