Skip to content

Commit 96edf47

Browse files
Updates for CTP3.0
1 parent 6c5d9ab commit 96edf47

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

  • samples/features/sql-big-data-cluster/deployment/offline

samples/features/sql-big-data-cluster/deployment/offline/Readme.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,16 @@ When prompted, provide your input for:
3131
3232
To deploy from your private repository, use the steps described in the [deployment guide](deployment-guidance.md), but customize the following environment variables to match your private Docker repository.
3333
34-
- **DOCKER_REGISTRY**
35-
- **DOCKER_REPOSITORY**
3634
- **DOCKER_USERNAME**
3735
- **DOCKER_PASSWORD**
38-
- **DOCKER_EMAIL**
39-
- **DOCKER_IMAGE_TAG**
36+
37+
You must also customize the deployment configuration file to point to the correct docker repository:
38+
39+
```
40+
"docker": {
41+
"registry": "<your_docker_registry>",
42+
"repository": "<your_docker_repository>",
43+
"imageTag": "<your_docker_tag>",
44+
"imagePullPolicy": "Always"
45+
}
46+
```

0 commit comments

Comments
 (0)