File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 11private /
2- .crt
3- .key
4- .tgz
5- .crt
6- .key
2+ * .crt
3+ * .key
4+ * .tgz
Original file line number Diff line number Diff line change 11#! /bin/bash
22set -euxo pipefail
33
4- # Helper script to automate OpsManager Key creating
4+ # Helper script to automate OpsManager Key creating and setting correct ConfigMap and secret to deploy MongoDB
5+ # Set following MongoDB Env variables:
56
67# MongoDB name and namespace
78MONGODB_NAMESPACE=mongodb
@@ -16,7 +17,7 @@ OPS_MANAGER_ORG_NAME=DemoOrg
1617
1718# # Few hints to automate OpsManager after installation and deploy first cluster
1819
19- # Before moving on make sure OpsManager CRD is runnign
20+ # Before moving on make sure OpsManager CR is running
2021until [ $( kubectl get om -n $OPS_MANAGER_NAMESPACE -o=jsonpath=' {.items[0].status.opsManager.phase}' ) = Running ];
2122do
2223sleep 10s
You can’t perform that action at this time.
0 commit comments