Phase 1: Add MariaDB operator installation

This commit is contained in:
Ruben Hensen
2026-02-22 15:38:48 +01:00
parent 353687aeed
commit 2c486a32d1
5 changed files with 100 additions and 0 deletions
@@ -0,0 +1,22 @@
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: mbgwp-mariadb-credentials
namespace: mbgwp
spec:
refreshInterval: 15m
secretStoreRef:
name: vault-backend
kind: ClusterSecretStore
target:
name: mbgwp-mariadb-credentials
creationPolicy: Owner
data:
- secretKey: root-password
remoteRef:
key: kv/mariadboperator
property: mariadb-operator-root-password
- secretKey: password
remoteRef:
key: kv/mariadboperator
property: mariadb-operator-user-password