mirror of
https://github.com/mariadb-operator/mariadb-operator.git
synced 2025-08-16 14:57:09 +00:00
15 lines
276 B
YAML
15 lines
276 B
YAML
apiVersion: k8s.mariadb.com/v1alpha1
|
|
kind: Connection
|
|
metadata:
|
|
name: connection
|
|
spec:
|
|
mariaDbRef:
|
|
name: mariadb
|
|
username: mariadb
|
|
passwordSecretKeyRef:
|
|
name: mariadb
|
|
key: password
|
|
database: mariadb
|
|
secretName: connection
|
|
secretTemplate:
|
|
key: dsn |