This website requires JavaScript.
Explore
Help
Sign In
C12s
/
c12s-kubespray
Watch
3
Star
0
Fork
You've already forked c12s-kubespray
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
e732df56a1
c12s-kubespray
/
roles
/
kubernetes-apps
/
helm
/
templates
/
tiller-sa.yml.j2
7 lines
101 B
Text
Raw
Normal View
History
Unescape
Escape
Adding yamllinter to ci steps (#1556) * Adding yaml linter to ci check * Minor linting fixes from yamllint * Changing CI to install python pkgs from requirements.txt - adding in a secondary requirements.txt for tests - moving yamllint to tests requirements
2017-08-24 09:09:52 +00:00
---
basic rbac support
2017-06-27 04:27:25 +00:00
apiVersion: v1
kind: ServiceAccount
metadata:
name: tiller
Add option to change the Tiller Deployment namespace.
2018-08-29 09:20:41 +00:00
namespace: {{ tiller_namespace }}
Reference in a new issue
Copy permalink