2026-04-10 08:52:03 +00:00
|
|
|
apiVersion: external-secrets.io/v1
|
|
|
|
|
kind: ExternalSecret
|
|
|
|
|
metadata:
|
|
|
|
|
name: kimai-db-secrets
|
|
|
|
|
namespace: kimai
|
|
|
|
|
spec:
|
|
|
|
|
refreshInterval: 1h
|
|
|
|
|
secretStoreRef:
|
|
|
|
|
name: bitwarden
|
|
|
|
|
kind: ClusterSecretStore
|
|
|
|
|
|
|
|
|
|
target:
|
|
|
|
|
name: kimai-db-secrets
|
|
|
|
|
creationPolicy: Owner
|
|
|
|
|
template:
|
|
|
|
|
engineVersion: v2
|
|
|
|
|
data:
|
|
|
|
|
password: '{{ index . "kimai-db-password" }}'
|
|
|
|
|
|
|
|
|
|
data:
|
|
|
|
|
- secretKey: kimai-db-password
|
|
|
|
|
remoteRef:
|
|
|
|
|
key: kimai-db-password
|