Skip to content

Commit

Permalink
Update ks.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Jan 12, 2025
1 parent 7729631 commit e27cd61
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions kubernetes/flux/cluster/ks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,17 @@ spec:
secretRef:
name: sops-age
- op: add
path: /spec/postBuild
path: /spec/postBuild/substituteFrom/-
value:
substituteFrom:
- name: cluster-settings
kind: ConfigMap
optional: true
- name: cluster-secrets
kind: Secret
optional: true
name: cluster-settings
kind: ConfigMap
optional: true
- op: add
path: /spec/postBuild/substituteFrom/-
value:
name: cluster-secrets
kind: Secret
optional: true
target:
group: kustomize.toolkit.fluxcd.io
kind: Kustomization
Expand Down

0 comments on commit e27cd61

Please sign in to comment.