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,18 @@
{{- if .Values.clusterInstall }}
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: {{ .Release.Name }}-clusterrolebinding
labels:
app.kubernetes.io/component: {{ .Values.controller.component }}
app.kubernetes.io/name: {{ .Release.Name }}-clusterrolebinding
app.kubernetes.io/part-of: {{ .Release.Name }}
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: {{ .Release.Name }}-clusterrole
subjects:
- kind: ServiceAccount
name: {{ .Values.serviceAccount.name }}
namespace: {{ .Release.Namespace }}
{{- end }}