Skip to content

Commit

Permalink
docs: updated payload (#4963)
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-cardenas-coding authored Dec 10, 2024
1 parent 8809b52 commit b81093d
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions _partials/self-hosted/_cloud-provider-config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,11 @@ Ensure you replace the credentials below with your system console credentials.
```json
CONFIG_JSON=$(cat <<EOF
{
"clientId": "**************",
"clientSecret": "**************",
"tenantId": "**************",
"subscriptionId": "**************",
"storage": {
"accessKey": "**************",
"storageName": "**************",
"container": "**************"
"spec": {
"clientId": "**************",
"clientSecret": "**************",
"tenantId": "**************",
"subscriptionId": "**************"
}
}
EOF
Expand All @@ -80,8 +77,10 @@ Ensure you replace the credentials below with your system console credentials.
```json
CONFIG_JSON=$(cat <<EOF
{
"accessKey": "**************",
"secretKey": "**************"
"spec": {
"accessKey": "**************",
"secretKey": "**************"
}
}
EOF
)
Expand All @@ -94,7 +93,9 @@ Ensure you replace the credentials below with your system console credentials.
```json
CONFIG_JSON=$(cat <<EOF
{
"jsonCredentials": "**************"
"spec": {
"json": "**************"
}
}
EOF
)
Expand Down

0 comments on commit b81093d

Please sign in to comment.