Skip to content

Commit

Permalink
Add Chapter 4 Lecture 2 files
Browse files Browse the repository at this point in the history
  • Loading branch information
timhberry committed Aug 23, 2019
1 parent b050a11 commit 9ebe6e4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Chapter_Four/Lecture_2_Lab/tiller-serviceaccount.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: helm
namespace: kube-system
---
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
name: helm
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: cluster-admin
subjects:
- kind: ServiceAccount
name: helm
namespace: kube-system

0 comments on commit 9ebe6e4

Please sign in to comment.