chore(k8s-peterg): Switch to Vault secretstore

This commit is contained in:
Peter 2026-01-27 16:15:13 +01:00
parent 10b1c1efd0
commit 229739f938
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
6 changed files with 56 additions and 21 deletions

View file

@ -0,0 +1,23 @@
---
apiVersion: external-secrets.io/v1beta1
kind: ClusterSecretStore
metadata:
name: vault-wheatley
spec:
provider:
vault:
server: "https://vault.wheatley.in"
namespace: "wheatley"
path: "kv/k8s-peterg"
version: "v2"
auth:
appRole:
path: approle
roleRef:
namespace: secret-operator
name: vault-wheatley-approle
key: approle_id
secretRef:
namespace: secret-operator
name: vault-wheatley-approle
key: approle_secret