Root Password Rotation
How to configure and rotate the root password in MariaDB Enterprise Operator.
Root Password
apiVersion: enterprise.mariadb.com/v1alpha1
kind: MariaDB
metadata:
name: mariadb
spec:
# [...]
rootPasswordSecretKeyRef:
name: mariadb
key: root-password
# [...]apiVersion: enterprise.mariadb.com/v1alpha1
kind: MariaDB
metadata:
name: mariadb
spec:
# [...]
rootPasswordSecretKeyRef:
name: mariadb
key: root-password
generate: true
# [...]Password Rotation
Data Plane Updates
Updating the password
Last updated
Was this helpful?

