Skip to content

Commit

Permalink
fix: add sops decryption to FluxInstance patches (#8641)
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Jan 12, 2025
1 parent 00f7213 commit 01242ac
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ instance:
app.kubernetes.io/name: flux
kustomize:
patches:
# Add Sops decryption to Kustomizations
- patch: |
- op: add
path: /spec/decryption
value:
provider: sops
secretRef:
name: sops-age
target:
group: kustomize.toolkit.fluxcd.io
kind: Kustomization
# Increase the number of workers and limits
# Ref: https://fluxcd.io/flux/installation/configuration/vertical-scaling/#increase-the-number-of-workers-and-limits
- patch: |
Expand Down

0 comments on commit 01242ac

Please sign in to comment.