Added sops keys

This commit is contained in:
2025-12-01 01:59:39 +01:00
parent 1da24905ef
commit 787c763b7a
9 changed files with 147 additions and 0 deletions

17
patches/sops.yaml Normal file
View File

@@ -0,0 +1,17 @@
cluster:
inlineManifests:
- name: sops-key
contents: |
apiVersion: v1
kind: Namespace
metadata:
name: flux-system
---
apiVersion: v1
kind: Secret
metadata:
name: sops-gpg
namespace: flux-system
data:
sops.acs: |
{{ helper.load_secret(node.cluster.sopsKeyFile) }}