github.com/Azure/aad-pod-identity@v1.8.17/manifest_staging/deploy/demo/deployment.yaml (about) 1 apiVersion: apps/v1 2 kind: Deployment 3 metadata: 4 labels: 5 app: demo 6 aadpodidbinding: demo 7 name: demo 8 namespace: default 9 spec: 10 selector: 11 matchLabels: 12 app: demo 13 template: 14 metadata: 15 labels: 16 app: demo 17 aadpodidbinding: demo 18 spec: 19 containers: 20 - name: demo 21 image: "mcr.microsoft.com/oss/azure/aad-pod-identity/demo:v1.8.17" 22 args: 23 - "--subscription-id=SUBSCRIPTION_ID" 24 - "--identity-client-id=CLIENT_ID" 25 - "--resource-group=RESOURCE_GROUP" 26 nodeSelector: 27 kubernetes.io/os: linux