We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I use the podinfo image for aad-pod-identity demo? Will it work as expected if I add the details of identity to the manifests?
The text was updated successfully, but these errors were encountered:
apiVersion: apps/v1 kind: Deployment metadata: name: podinfo spec: replicas: 1 template: metadata: labels: app: podinfo spec: containers: - name: podinfo image: stefanprodan/podinfo ports: - containerPort: 9898 env: - name: AZURE_AUTHORITY_HOST value: "https://login.microsoftonline.com" - name: AZURE_TENANT_ID value: "<your-tenant-id>" - name: AZURE_CLIENT_ID value: "<your-client-id>" - name: AZURE_RESOURCE_ID value: "<your-resource-id>" # ... # ...
Sorry, something went wrong.
No branches or pull requests
Can I use the podinfo image for aad-pod-identity demo? Will it work as expected if I add the details of identity to the manifests?
The text was updated successfully, but these errors were encountered: