mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
Update file secrets.yaml
This commit is contained in:
parent
894fe7ed32
commit
d7fbdb5063
1 changed files with 22 additions and 0 deletions
|
|
@ -9,6 +9,28 @@ metadata:
|
|||
|
||||
---
|
||||
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: kong-cluster-cert
|
||||
spec:
|
||||
secretStoreRef:
|
||||
name: vault-kong
|
||||
kind: SecretStore
|
||||
target:
|
||||
name: kong-config-secret
|
||||
data:
|
||||
- secretKey: tls.crt
|
||||
remoteRef:
|
||||
key: secrets/kong/tls
|
||||
property: cert
|
||||
- secretKey: tls.key
|
||||
remoteRef:
|
||||
key: secrets/kong/tls
|
||||
property: key
|
||||
|
||||
---
|
||||
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue