[Phase 0] flux: add postBuild.substituteFrom for grafana-admin secret (#97) #99

Merged
AI-Manager merged 1 commits from feature/issue-97-flux-postbuild-substitutefrom into main 2026-05-29 15:03:02 +00:00
+7 -1
View File
@@ -1,7 +1,8 @@
# This manifest is FOR REFERENCE — the live version must be committed to # 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#2
# See leeworks-agents/api-company#97
apiVersion: kustomize.toolkit.fluxcd.io/v1 apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization kind: Kustomization
@@ -17,3 +18,8 @@ spec:
prune: true prune: true
wait: true wait: true
timeout: 5m timeout: 5m
postBuild:
substituteFrom:
- kind: Secret
name: grafana-admin
optional: false