Skip to content

Commit

Permalink
Merge pull request #1028 from jananivMS/midocupdate1
Browse files Browse the repository at this point in the history
doc change to work with aad pod id breaking change
  • Loading branch information
jananivMS authored May 7, 2020
2 parents 72d179f + acc1fb6 commit 6799528
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/managedidentity.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ Perform these steps to use Managed Identity instead of Service Principal authent
namespace: azureoperator-system
spec:
type: 0
ResourceID: /subscriptions/<subid>/resourcegroups/<resourcegroup>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/<name>
ClientID: <Managed Identity clientId>
resourceID: /subscriptions/<subid>/resourcegroups/<resourcegroup>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/<name>
clientID: <Managed Identity clientId>
```

```yaml
Expand All @@ -68,6 +68,6 @@ Perform these steps to use Managed Identity instead of Service Principal authent
name: aso-identity-binding
namespace: azureoperator-system
spec:
AzureIdentity: <a-idname>
Selector: aso_manager_binding
azureIdentity: <a-idname>
selector: aso_manager_binding
```

0 comments on commit 6799528

Please sign in to comment.