This file contains 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
''' | |
PRE-REQUISITES: | |
======================= | |
1. Helm is installed. | |
2. helm repo add postgres-operator https://opensource.zalando.com/postgres-operator/charts/postgres-operator/ | |
3. helm repo add msrofficial https://registry.mirantis.com/charts/msr/msr | |
HOW TO RUN: | |
======================= | |
Change the `host` and `password` variables to that of your MSR instance. |