Merge pull request #1988 from khushalchandak17/fix/aadclientsecret-placeholder

[Docs] fix aadClientSecret placeholder (<tenant-id> → <client-secret>)
This commit is contained in:
Billy Tat
2025-09-16 08:29:59 -07:00
committed by GitHub
10 changed files with 20 additions and 20 deletions
@@ -159,7 +159,7 @@ stringData:
"tenantId": "<tenant-id>",
"subscriptionId": "<subscription-id>",
"aadClientId": "<client-id>",
"aadClientSecret": "<tenant-id>",
"aadClientSecret": "<client-secret>",
"resourceGroup": "docker-machine",
"location": "westus",
"subnetName": "docker-machine",
@@ -245,7 +245,7 @@ Note that this chart reads the Cloud Provider Config from the secret in the `kub
"tenantId": "<tenant-id>",
"subscriptionId": "<subscription-id>",
"aadClientId": "<client-id>",
"aadClientSecret": "<tenant-id>",
"aadClientSecret": "<client-secret>",
"resourceGroup": "docker-machine",
"location": "westus",
"subnetName": "docker-machine",