Skip to content

Commit

Permalink
add namespace to identity binding yamls for it to work in force names…
Browse files Browse the repository at this point in the history
…paced mode
  • Loading branch information
jananivMS committed Apr 1, 2020
1 parent 23625bd commit 38647e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/managedidentity.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Perform these steps to use Managed Identity instead of Service Principal authent
kind: AzureIdentity
metadata:
name: <a-idname>
namespace: azureoperator-system
spec:
type: 0
ResourceID: /subscriptions/<subid>/resourcegroups/<resourcegroup>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/<name>
Expand All @@ -65,6 +66,7 @@ Perform these steps to use Managed Identity instead of Service Principal authent
kind: AzureIdentityBinding
metadata:
name: aso-identity-binding
namespace: azureoperator-system
spec:
AzureIdentity: <a-idname>
Selector: aso_manager_binding
Expand Down

0 comments on commit 38647e9

Please sign in to comment.