Files
mariadb-operator/config/samples/user.yaml
2024-05-16 19:16:45 +02:00

13 lines
221 B
YAML

apiVersion: k8s.mariadb.com/v1alpha1
kind: User
metadata:
name: user
spec:
name: my-user
mariaDbRef:
name: mariadb
passwordSecretKeyRef:
name: mariadb
key: password
maxUserConnections: 20
host: "%"