apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: name: argo-workflows-crd-install labels: helm.sh/chart: argo-workflows-1.0.2 app.kubernetes.io/name: argo-workflows-crd-install app.kubernetes.io/instance: argo-workflows app.kubernetes.io/component: crds app: crds app.kubernetes.io/managed-by: Helm app.kubernetes.io/part-of: argo-workflows annotations: "helm.sh/hook": pre-install,pre-upgrade "helm.sh/hook-weight": "-10" "helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded subjects: - kind: ServiceAccount name: argo-workflows-crd-install namespace: argo-workflows roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: argo-workflows-crd-install