{{- if .Values.boots.deploy }} apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: {{ .Values.boots.roleName }} namespace: {{ .Values.namespace }} rules: - apiGroups: - tinkerbell.org resources: - hardware - hardware/status verbs: - get - list - watch - apiGroups: - tinkerbell.org resources: - workflows - workflows/status verbs: - get - list - watch {{- end }}