Merge pull request #6762 from tengqm/fix-2333
Fix sample yaml used for serviceAccountName
This commit is contained in:
@@ -196,10 +196,10 @@ spec:
|
||||
metadata:
|
||||
# ...
|
||||
spec:
|
||||
serviceAccountName: bob-the-bot
|
||||
containers:
|
||||
- name: nginx
|
||||
image: nginx:1.7.9
|
||||
serviceAccountName: bob-the-bot
|
||||
```
|
||||
|
||||
Service account bearer tokens are perfectly valid to use outside the cluster and
|
||||
|
||||
Reference in New Issue
Block a user