Skip to content

Commit 9855aa7

Browse files
committed
fix: use correct mongo user password to instance config
SE-6524
1 parent 6311021 commit 9855aa7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

manifests/phd-mongodb-provision-template.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,8 @@ spec:
176176
-d '{"apiVersion": "v1","kind": "Secret","metadata": {"name": "phd-mongodb-user-password","namespace": "$NAMESPACE"},"type": "Opaque","data": {"phd-mongodb-user-password": "$BASE64_ENCODED_PASSWORD"}}' \
177177
"https://kubernetes.default.svc/api/v1/namespaces/$NAMESPACE/secrets")
178178
179+
eche "$K8s_RESPONSE"
180+
179181
echo "MongoDB user password saved to kubernetes secret \"phd-mongodb-user-password\" in namespace $NAMESPACE"
180182
echo "MongoDB provisioning completed (DigitalOcean API)"
181183

0 commit comments

Comments
 (0)