## @param auth.replicationPassword MySQL replication user password. Ignored if existing secret is provided
## @param auth.replicationPassword MySQL replication user password. Ignored if existing secret is provided
##
##
replicationPassword:""
replicationPassword:"openIM123"
## @param auth.existingSecret Use existing secret for password details. The secret has to contain the keys `mysql-root-password`, `mysql-replication-password` and `mysql-password`
## @param auth.existingSecret Use existing secret for password details. The secret has to contain the keys `mysql-root-password`, `mysql-replication-password` and `mysql-password`
## NOTE: When it's set the auth.rootPassword, auth.password, auth.replicationPassword are ignored.
## NOTE: When it's set the auth.rootPassword, auth.password, auth.replicationPassword are ignored.
##
##
@ -454,7 +454,7 @@ primary:
- ReadWriteOnce
- ReadWriteOnce
## @param primary.persistence.size MySQL primary persistent volume size
## @param primary.persistence.size MySQL primary persistent volume size
##
##
size:8Gi
size:1Gi
## @param primary.persistence.selector Selector to match an existing Persistent Volume
## @param primary.persistence.selector Selector to match an existing Persistent Volume
## selector:
## selector:
## matchLabels:
## matchLabels:
@ -833,7 +833,7 @@ secondary:
- ReadWriteOnce
- ReadWriteOnce
## @param secondary.persistence.size MySQL secondary persistent volume size
## @param secondary.persistence.size MySQL secondary persistent volume size
##
##
size:8Gi
size:1Gi
## @param secondary.persistence.selector Selector to match an existing Persistent Volume
## @param secondary.persistence.selector Selector to match an existing Persistent Volume