adding argo-events-chart (#9)

This commit is contained in:
Matthew Magaldi 2018-08-03 04:18:31 -04:00 committed by Jesse Suen
parent 1fed7f37cf
commit ab5f2edf9d
15 changed files with 256 additions and 0 deletions

View file

@ -0,0 +1,12 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: {{ .Release.name }}-{{ .Values.controller.name}}-binding
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: {{ .Release.name }}-{{ .Values.controller.name}}-cluster-role
subjects:
- kind: ServiceAccount
name: {{ .Values.controller.serviceAccount }}
namespace: {{ .Release.Namespace }}