Skip to content

Instantly share code, notes, and snippets.

@anthonyspiteri
Last active November 3, 2020 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anthonyspiteri/911e66a3e7fc9f0df0534962a820f2ab to your computer and use it in GitHub Desktop.
Save anthonyspiteri/911e66a3e7fc9f0df0534962a820f2ab to your computer and use it in GitHub Desktop.
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: kubeapps-clusterrole
namespace: kubeapps
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: kubeapps-clusterrole
subjects:
- apiGroup: rbac.authorization.k8s.io
kind: Group
name: system:serviceaccounts
- kind: ServiceAccount # Omit apiGroup
name: default
namespace: kubeapps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment