Skip to content

Instantly share code, notes, and snippets.

@innovia
Last active March 12, 2019 12:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save innovia/d017080fcc0485157748e87ff82c8d17 to your computer and use it in GitHub Desktop.
Save innovia/d017080fcc0485157748e87ff82c8d17 to your computer and use it in GitHub Desktop.
Tiller service account per namespace
kind: Role
apiVersion: rbac.authorization.k8s.io/v1beta1
metadata:
name: tiller-manager
namespace: stg
rules:
- apiGroups: ["", "extensions", "apps"]
resources: ["*"]
verbs: ["*"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment