Created
October 3, 2020 12:12
-
-
Save chrisedrego/c0eeecc0416e478a3c90dfe4ed2c4d95 to your computer and use it in GitHub Desktop.
Installation of MYSQL Operator Presslabs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| helm repo add presslabs https://presslabs.github.io/charts | |
| helm update | |
| # (helm v2) | |
| helm install presslabs/mysql-operator --name mysql-operator --create-namespace | |
| # (helm v3) | |
| helm install mysql-operator presslabs/mysql-operator -n mysql-operator --create-namespace |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment