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 a488658 commit 384b387
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions kubernetes/flux/cluster/ks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,25 +48,24 @@ spec:
kind: Secret
optional: true
patches:
- patch: |
- op: add
path: /spec/decryption
value:
- patch: |-
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: not-used
spec:
decryption:
provider: sops
secretRef:
name: sops-age
- op: add
path: /spec/postBuild/substituteFrom/-/
value:
name: cluster-settings
kind: ConfigMap
optional: true
- op: add
path: /spec/postBuild/substituteFrom/-/
value:
name: cluster-secrets
kind: Secret
optional: true
postBuild:
substituteFrom:
- name: cluster-settings
kind: ConfigMap
optional: true
- name: cluster-secrets
kind: Secret
optional: true
target:
group: kustomize.toolkit.fluxcd.io
kind: Kustomization
Expand Down

0 comments on commit 384b387

Please sign in to comment.