Skip to content

Commit d5cf4c7

Browse files
authored
(DOCSP-21998) Removed erroneous curly braces (#890)
1 parent 40900f6 commit d5cf4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/steps-multi-cluster-source.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ content: |
125125
--version <mongodb-kubernetes-operator-version> \
126126
--set operator.name=mongodb-enterprise-operator-multi-cluster \
127127
--set operator.createOperatorServiceAccount=false \
128-
--set "multiCluster.clusters={${MDB_CLUSTER_1_FULL_NAME},${MDB_CLUSTER_2_FULL_NAME},${MDB_CLUSTER_3_FULL_NAME}}"
128+
--set "multiCluster.clusters=$MDB_CLUSTER_1_FULL_NAME,$MDB_CLUSTER_2_FULL_NAME,$MDB_CLUSTER_3_FULL_NAME"
129129
---
130130
stepnum: 0
131131
title: "Deploy the MongoDB resource."

0 commit comments

Comments
 (0)