Merge pull request #21960 from joshuabezaleel/id/configure-service-account

Add translation for configuring service account for ID localization
This commit is contained in:
Kubernetes Prow Robot
2020-06-25 19:15:30 -07:00
committed by GitHub
2 changed files with 353 additions and 0 deletions
@@ -0,0 +1,20 @@
apiVersion: v1
kind: Pod
metadata:
name: nginx
spec:
containers:
- image: nginx
name: nginx
volumeMounts:
- mountPath: /var/run/secrets/tokens
name: vault-token
serviceAccountName: build-robot
volumes:
- name: vault-token
projected:
sources:
- serviceAccountToken:
path: vault-token
expirationSeconds: 7200
audience: vault