mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Phase 1: Add MariaDB operator installation
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user