Created
October 26, 2021 08:41
-
-
Save WolfgangOfner/4324e4b5f79ebfb43397e764c773ee36 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cat <<EOF | kubectl apply -f - | |
apiVersion: "aadpodidentity.k8s.io/v1" | |
kind: AzureIdentity | |
metadata: | |
name: $ManagedIdentityName | |
spec: | |
type: 0 | |
resourceID: $ManagedIdentityId | |
clientID: $ManagedIdentityClientId | |
EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment