diff --git a/flux/api-company-source/kustomization.yaml b/flux/api-company-source/kustomization.yaml index b9f9121..5a39191 100644 --- a/flux/api-company-source/kustomization.yaml +++ b/flux/api-company-source/kustomization.yaml @@ -1,7 +1,8 @@ # This manifest is FOR REFERENCE — the live version must be committed to -# 0xWheatyz/Talos at testing1/first-cluster/cluster/flux/api-company/ +# 0xWheatyz/Talos at testing1/first-cluster/cluster/flux/api-company-source/ # # See leeworks-agents/api-company#2 +# See leeworks-agents/api-company#97 apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization @@ -17,3 +18,8 @@ spec: prune: true wait: true timeout: 5m + postBuild: + substituteFrom: + - kind: Secret + name: grafana-admin + optional: false