Skip to content

Instantly share code, notes, and snippets.

@WolfgangOfner
Created October 26, 2021 08:41
Show Gist options
  • Save WolfgangOfner/4324e4b5f79ebfb43397e764c773ee36 to your computer and use it in GitHub Desktop.
Save WolfgangOfner/4324e4b5f79ebfb43397e764c773ee36 to your computer and use it in GitHub Desktop.
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