mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-10 01:01:27 -05:00
Update file sealedsecret.yaml
This commit is contained in:
parent
b106a74eac
commit
b89fce724b
1 changed files with 39 additions and 41 deletions
|
|
@ -16,13 +16,11 @@
|
|||
# name: durpapi-secret
|
||||
# namespace: durpapi
|
||||
|
||||
---
|
||||
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: vault-durpapi
|
||||
spec:
|
||||
spec:
|
||||
secretStoreRef:
|
||||
name: vault-backend
|
||||
kind: SecretStore
|
||||
|
|
@ -49,10 +47,10 @@ apiVersion: external-secrets.io/v1beta1
|
|||
---
|
||||
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: SecretStore
|
||||
metadata:
|
||||
kind: SecretStore
|
||||
metadata:
|
||||
name: vault-durpapi
|
||||
spec:
|
||||
spec:
|
||||
provider:
|
||||
vault:
|
||||
server: "http://vault.vault.svc.cluster.local:8200"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue