deprecate outdated param

This commit is contained in:
He Simei
2015-07-29 13:57:14 +08:00
parent c5bffaaf31
commit a67be8e8ab
6 changed files with 25 additions and 17 deletions

View File

@@ -81,7 +81,7 @@ kind: ServiceAccount
metadata:
name: build-robot
EOF
$ kubectl create -f /tmp/serviceaccount.json
$ kubectl create -f /tmp/serviceaccount.yaml
serviceaccounts/build-robot
```