Created
July 11, 2018 20:34
-
-
Save sarjarapu/0367a389a275582c6d982df6d273cba7 to your computer and use it in GitHub Desktop.
An example script with environment variables set for Ops Manager Url, Kubernetes namespace and MongoDB version
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
OM_URL="https://cloud.mongodb.com/" | |
K8_NAMESPACE="mongodb-world" | |
MONGODB_VERSION="3.6.5" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment