feat: add hub-core database lease projections
This commit is contained in:
parent
77f2535369
commit
bb7cfcb184
5 changed files with 121 additions and 0 deletions
|
|
@ -58,3 +58,39 @@ spec:
|
|||
dataFrom:
|
||||
- extract:
|
||||
key: creds/core-hub-migration
|
||||
---
|
||||
apiVersion: external-secrets.io/v1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: hub-core-runtime-database
|
||||
namespace: core-hub
|
||||
spec:
|
||||
refreshInterval: 5m
|
||||
secretStoreRef:
|
||||
kind: ClusterSecretStore
|
||||
name: openbao-core-hub-database
|
||||
target:
|
||||
name: hub-core-runtime-database
|
||||
creationPolicy: Owner
|
||||
deletionPolicy: Retain
|
||||
dataFrom:
|
||||
- extract:
|
||||
key: creds/hub-core-runtime
|
||||
---
|
||||
apiVersion: external-secrets.io/v1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: hub-core-migration-database
|
||||
namespace: core-hub
|
||||
spec:
|
||||
refreshInterval: 5m
|
||||
secretStoreRef:
|
||||
kind: ClusterSecretStore
|
||||
name: openbao-core-hub-database
|
||||
target:
|
||||
name: hub-core-migration-database
|
||||
creationPolicy: Owner
|
||||
deletionPolicy: Retain
|
||||
dataFrom:
|
||||
- extract:
|
||||
key: creds/hub-core-migration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue