Moved sops patch to separate file
This commit is contained in:
@@ -4,13 +4,4 @@ resources:
|
|||||||
- gotk-components.yaml
|
- gotk-components.yaml
|
||||||
- gotk-sync.yaml
|
- gotk-sync.yaml
|
||||||
patches:
|
patches:
|
||||||
- patch: |
|
- path: sops-overlay.yaml
|
||||||
- op: add
|
|
||||||
path: /spec/decryption
|
|
||||||
value:
|
|
||||||
provider: sops
|
|
||||||
secretRef:
|
|
||||||
name: sops-gpg
|
|
||||||
target:
|
|
||||||
kind: Kustomization
|
|
||||||
name: "flux-system"
|
|
||||||
|
|||||||
@@ -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
|
||||||
Reference in New Issue
Block a user