From 21e5a4863c512cfa79c739ea2ab25e6ba786bdba Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Sat, 24 Feb 2024 21:30:28 +0100 Subject: [PATCH] fix(infrastructure): Allow decryption in new infrastructure structure --- clusters/k8s01/infrastructure.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clusters/k8s01/infrastructure.yaml b/clusters/k8s01/infrastructure.yaml index 651a4694a..9e0df04fb 100644 --- a/clusters/k8s01/infrastructure.yaml +++ b/clusters/k8s01/infrastructure.yaml @@ -12,3 +12,7 @@ spec: name: flux-system path: ./infrastructure/k8s01 prune: false + decryption: + provider: sops + secretRef: + name: sops-gpg -- GitLab