Files
mariadb-operator/examples/manifests/mariadb_v1alpha1_user.yaml
2023-08-18 17:45:29 +02:00

15 lines
358 B
YAML

apiVersion: mariadb.mmontes.io/v1alpha1
kind: User
metadata:
name: user
spec:
# If you want the user to be created with a different name than the resource name
# name: user-custom
mariaDbRef:
name: mariadb
passwordSecretKeyRef:
name: user
key: password
# This field is immutable and defaults to 10
maxUserConnections: 20
host: "%"