mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
3fa886a7ef
commit
fd6d23fdd5
1 changed files with 35 additions and 35 deletions
|
|
@ -29,40 +29,40 @@ spec:
|
|||
key: secrets/kong/tls
|
||||
property: key
|
||||
|
||||
---
|
||||
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: kong-config-secret
|
||||
spec:
|
||||
secretStoreRef:
|
||||
name: vault-kong
|
||||
kind: SecretStore
|
||||
target:
|
||||
name: kong-config-secret
|
||||
data:
|
||||
- secretKey: admin_gui_session_conf
|
||||
remoteRef:
|
||||
key: secrets/kong/config
|
||||
property: admin_gui_session_conf
|
||||
- secretKey: kong_admin_password
|
||||
remoteRef:
|
||||
key: secrets/kong/config
|
||||
property: kong_admin_password
|
||||
- secretKey: password
|
||||
remoteRef:
|
||||
key: secrets/kong/postgres
|
||||
property: password
|
||||
- secretKey: pg_host
|
||||
remoteRef:
|
||||
key: secrets/kong/config
|
||||
property: pg_host
|
||||
- secretKey: portal_session_conf
|
||||
remoteRef:
|
||||
key: secrets/kong/config
|
||||
property: portal_session_conf
|
||||
|
||||
#---
|
||||
#
|
||||
#apiVersion: external-secrets.io/v1beta1
|
||||
#kind: ExternalSecret
|
||||
#metadata:
|
||||
# name: kong-config-secret
|
||||
#spec:
|
||||
# secretStoreRef:
|
||||
# name: vault-kong
|
||||
# kind: SecretStore
|
||||
# target:
|
||||
# name: kong-config-secret
|
||||
# data:
|
||||
# - secretKey: admin_gui_session_conf
|
||||
# remoteRef:
|
||||
# key: secrets/kong/config
|
||||
# property: admin_gui_session_conf
|
||||
# - secretKey: kong_admin_password
|
||||
# remoteRef:
|
||||
# key: secrets/kong/config
|
||||
# property: kong_admin_password
|
||||
# - secretKey: password
|
||||
# remoteRef:
|
||||
# key: secrets/kong/postgres
|
||||
# property: password
|
||||
# - secretKey: pg_host
|
||||
# remoteRef:
|
||||
# key: secrets/kong/config
|
||||
# property: pg_host
|
||||
# - secretKey: portal_session_conf
|
||||
# remoteRef:
|
||||
# key: secrets/kong/config
|
||||
# property: portal_session_conf
|
||||
#
|
||||
---
|
||||
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
|
|
@ -108,4 +108,4 @@ spec:
|
|||
- secretKey: password
|
||||
remoteRef:
|
||||
key: secrets/kong/postgres
|
||||
property: password
|
||||
property: password
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue