mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
♻️ substitutions
This commit is contained in:
@@ -5,13 +5,19 @@ kind: Kustomization
|
||||
metadata:
|
||||
name: cluster-apps-thanos-app
|
||||
namespace: flux-system
|
||||
labels:
|
||||
substitution.flux.home.arpa/enabled: "true"
|
||||
spec:
|
||||
dependsOn:
|
||||
- name: cluster-apps-external-secrets-stores
|
||||
- name: cluster-apps-rook-ceph-cluster
|
||||
path: ./kubernetes/apps/monitoring/thanos/app
|
||||
postBuild:
|
||||
substituteFrom:
|
||||
- kind: ConfigMap
|
||||
name: cluster-settings
|
||||
optional: false
|
||||
- kind: Secret
|
||||
name: cluster-secrets
|
||||
optional: false
|
||||
prune: true
|
||||
sourceRef:
|
||||
kind: GitRepository
|
||||
|
Reference in New Issue
Block a user