feat: add hub-core database lease projections
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

This commit is contained in:
codex 2026-08-21 17:30:44 +02:00
parent 77f2535369
commit bb7cfcb184
5 changed files with 121 additions and 0 deletions

View file

@ -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