Properly set sops decryption
This commit is contained in:
parent
53c04567cb
commit
30ed0a96f9
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user