Skip to content

Instantly share code, notes, and snippets.

@onefoursix
Last active October 12, 2019 18:14
Show Gist options
  • Save onefoursix/0d61420b467bed06999eddfa863f0080 to your computer and use it in GitHub Desktop.
Save onefoursix/0d61420b467bed06999eddfa863f0080 to your computer and use it in GitHub Desktop.
tiller streamsets role binding
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: tiller-binding
namespace: streamsets
subjects:
- kind: ServiceAccount
name: tiller
namespace: streamsets
roleRef:
kind: Role
name: tiller-manager
apiGroup: rbac.authorization.k8s.io
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment