Skip to content

Commit b476722

Browse files
Update deploy-sql-big-data-aks.py
1 parent 0f6f040 commit b476722

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

samples/features/sql-big-data-cluster/deployment/aks/deploy-sql-big-data-aks.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,17 @@ def executeCmd (cmd):
7777
command="azdata bdc config init --source aks-dev-test --target custom --force"
7878
executeCmd (command)
7979

80-
command="azdata bdc config replace -c custom -j ""metadata.name=" + CLUSTER_NAME + ""
80+
command="azdata bdc config replace -c custom/cluster.json -j ""metadata.name=" + CLUSTER_NAME + ""
8181
executeCmd (command)
8282

8383
# Use this only if you are using a private registry different than default Micrososft registry (mcr).
84-
# command="azdata bdc config replace -c custom -j ""$.spec.controlPlane.spec.docker.registry=" + DOCKER_REGISTRY + ""
84+
# command="azdata bdc config replace -c custom/control.json -j ""$.spec.controlPlane.spec.docker.registry=" + DOCKER_REGISTRY + ""
8585
# executeCmd (command)
8686

87-
# command="azdata bdc config replace -c custom -j ""$.spec.controlPlane.spec.docker.repository=" + DOCKER_REPOSITORY + ""
87+
# command="azdata bdc config replace -c custom/control.json -j ""$.spec.controlPlane.spec.docker.repository=" + DOCKER_REPOSITORY + ""
8888
# executeCmd (command)
8989

90-
# command="azdata bdc config replace -c custom -j ""$.spec.controlPlane.spec.docker.imageTag=" + DOCKER_IMAGE_TAG + ""
90+
# command="azdata bdc config replace -c custom/control.json -j ""$.spec.controlPlane.spec.docker.imageTag=" + DOCKER_IMAGE_TAG + ""
9191
# executeCmd (command)
9292

9393
command="azdata bdc create -c custom --accept-eula yes"

0 commit comments

Comments
 (0)