Skip to content

Commit b81093d

Browse files
docs: updated payload (#4963)
1 parent 8809b52 commit b81093d

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

_partials/self-hosted/_cloud-provider-config.mdx

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,11 @@ Ensure you replace the credentials below with your system console credentials.
5959
```json
6060
CONFIG_JSON=$(cat <<EOF
6161
{
62-
"clientId": "**************",
63-
"clientSecret": "**************",
64-
"tenantId": "**************",
65-
"subscriptionId": "**************",
66-
"storage": {
67-
"accessKey": "**************",
68-
"storageName": "**************",
69-
"container": "**************"
62+
"spec": {
63+
"clientId": "**************",
64+
"clientSecret": "**************",
65+
"tenantId": "**************",
66+
"subscriptionId": "**************"
7067
}
7168
}
7269
EOF
@@ -80,8 +77,10 @@ Ensure you replace the credentials below with your system console credentials.
8077
```json
8178
CONFIG_JSON=$(cat <<EOF
8279
{
83-
"accessKey": "**************",
84-
"secretKey": "**************"
80+
"spec": {
81+
"accessKey": "**************",
82+
"secretKey": "**************"
83+
}
8584
}
8685
EOF
8786
)
@@ -94,7 +93,9 @@ Ensure you replace the credentials below with your system console credentials.
9493
```json
9594
CONFIG_JSON=$(cat <<EOF
9695
{
97-
"jsonCredentials": "**************"
96+
"spec": {
97+
"json": "**************"
98+
}
9899
}
99100
EOF
100101
)

0 commit comments

Comments
 (0)