Skip to content

Instantly share code, notes, and snippets.

@chrisedrego
Created October 3, 2020 12:12
Show Gist options
  • Select an option

  • Save chrisedrego/c0eeecc0416e478a3c90dfe4ed2c4d95 to your computer and use it in GitHub Desktop.

Select an option

Save chrisedrego/c0eeecc0416e478a3c90dfe4ed2c4d95 to your computer and use it in GitHub Desktop.
Installation of MYSQL Operator Presslabs
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