Properly set sops decryption

This commit is contained in:
Dreaded_X 2024-10-09 00:30:37 +02:00
parent 53c04567cb
commit 30ed0a96f9
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4
2 changed files with 13 additions and 6 deletions

View File

@ -19,10 +19,6 @@ metadata:
name: flux-system
namespace: flux-system
spec:
decryption:
provider: sops
secretRef:
name: sops-gpg
interval: 10m0s
path: ./clusters/titan.lan.huizinga.dev
prune: true

View File

@ -3,3 +3,14 @@ kind: Kustomization
resources:
- gotk-components.yaml
- gotk-sync.yaml
patches:
- patch: |
- op: add
path: /spec/decryption
value:
provider: sops
secretRef:
name: sops-gpg
target:
kind: Kustomization
name: "flux-system"