Moved sops patch to separate file
This commit is contained in:
parent
b8358572cf
commit
2bca9e7288
|
@ -4,13 +4,4 @@ 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"
|
||||
- path: sops-overlay.yaml
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
kind: Kustomization
|
||||
metadata:
|
||||
name: flux-system
|
||||
namespace: flux-system
|
||||
spec:
|
||||
decryption:
|
||||
provider: sops
|
||||
secretRef:
|
||||
name: sops-gpg
|
Loading…
Reference in New Issue
Block a user