Skip to content
Snippets Groups Projects
Verified Commit 106fba0b authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

Fix wrong spec of sops integration

I specified the sops integration in the wrong K8s object, no wonder it
didn't work :sweat_smile:
parent db83fd8a
Branches
Tags
No related merge requests found
...@@ -15,10 +15,6 @@ spec: ...@@ -15,10 +15,6 @@ spec:
mode: head mode: head
secretRef: secretRef:
name: pgp-public-keys name: pgp-public-keys
decryption:
provider: sops
secretRef:
name: sops-pgp
--- ---
apiVersion: kustomize.toolkit.fluxcd.io/v1beta1 apiVersion: kustomize.toolkit.fluxcd.io/v1beta1
kind: Kustomization kind: Kustomization
...@@ -33,3 +29,7 @@ spec: ...@@ -33,3 +29,7 @@ spec:
kind: GitRepository kind: GitRepository
name: flux-system name: flux-system
validation: client validation: client
decryption:
provider: sops
secretRef:
name: sops-pgp
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment