File tree Expand file tree Collapse file tree
samples/features/sql-big-data-cluster/deployment/aks Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -77,17 +77,17 @@ def executeCmd (cmd):
7777command = "azdata bdc config init --source aks-dev-test --target custom --force"
7878executeCmd (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 + ""
8181executeCmd (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
9393command = "azdata bdc create -c custom --accept-eula yes"
You can’t perform that action at this time.
0 commit comments