Merge pull request #6762 from tengqm/fix-2333

Fix sample yaml used for serviceAccountName
This commit is contained in:
Qiming
2017-12-25 11:05:11 +08:00
committed by GitHub
+1 -1
View File
@@ -196,10 +196,10 @@ spec:
metadata: metadata:
# ... # ...
spec: spec:
serviceAccountName: bob-the-bot
containers: containers:
- name: nginx - name: nginx
image: nginx:1.7.9 image: nginx:1.7.9
serviceAccountName: bob-the-bot
``` ```
Service account bearer tokens are perfectly valid to use outside the cluster and Service account bearer tokens are perfectly valid to use outside the cluster and