Created
July 11, 2018 20:31
-
-
Save sarjarapu/7737f9c56552714f5d58154a4d797023 to your computer and use it in GitHub Desktop.
A script file hold all the environment variables for your MongoDB deployments in Kubernetes
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_PROJECT_ID="<opsmanager_project_id>" | |
OM_USER_BASE64=$(echo "<opsmanager_userid>" | base64) | |
OM_API_KEY_BASE64=$(echo "<opsmanager_public_apikey>" | base64) | |
OM_URL="<opsmanager_uri>" | |
K8_NAMESPACE="<kubernetes_namespace>" | |
MONGODB_VERSION="<mongodb_version>" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment