feat: Add chart for argo-rollouts (#226)

This commit is contained in:
Seiya Muramatsu 2020-02-13 03:57:25 +09:00 committed by GitHub
parent 7a3120bed9
commit 560263569f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 11177 additions and 0 deletions

View file

@ -0,0 +1,15 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: {{ .Release.Name }}-role-binding
labels:
app.kubernetes.io/component: {{ .Values.controller.component }}
app.kubernetes.io/name: {{ .Release.Name }}-role-binding
app.kubernetes.io/part-of: {{ .Release.Name }}
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: {{ .Release.Name }}-role
subjects:
- kind: ServiceAccount
name: {{ .Values.serviceAccount.name }}