This commit is contained in:
2025-01-24 05:06:33 -06:00
parent c5077c097d
commit 9276abe7cc
2 changed files with 38 additions and 443 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: external-secrets.io/v1beta1
kind: ClusterSecretStore
metadata:
name: vault
spec:
provider:
vault:
server: "https://vault.vault.svc.cluster.local:8200"
path: "secrets"
version: "v2"
auth:
kubernetes:
mountPath: "kubernetes"
role: "external-secrets"