Skip to content

Instantly share code, notes, and snippets.

@yindia
Created August 10, 2019 00:15
Show Gist options
  • Save yindia/1d6fa48a049035043da8d4e3b8f57d66 to your computer and use it in GitHub Desktop.
Save yindia/1d6fa48a049035043da8d4e3b8f57d66 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: ServiceAccount
metadata:
name: tiller
namespace: default
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
name: tiller
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: tiller
namespace: default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment