[zh] Translate projected volume page

This commit is contained in:
Qiming Teng
2022-01-03 18:59:25 +08:00
parent b6f0d8ffbc
commit b6ceda82c9
4 changed files with 309 additions and 0 deletions
@@ -0,0 +1,21 @@
apiVersion: v1
kind: Pod
metadata:
name: sa-token-test
spec:
containers:
- name: container-test
image: busybox
volumeMounts:
- name: token-vol
mountPath: "/service-account"
readOnly: true
serviceAccountName: default
volumes:
- name: token-vol
projected:
sources:
- serviceAccountToken:
audience: api
expirationSeconds: 3600
path: token