github.com/codefresh-io/kcfi@v0.0.0-20230301195427-c1578715cc46/charts/codefresh-operator/templates/role.yaml (about)

     1  {{- if not .Values.serviceAccountName }}
     2  apiVersion: rbac.authorization.k8s.io/v1
     3  kind: Role
     4  metadata:
     5    name: cf-onprem-operator
     6    labels:
     7      app: cf-onprem-operator
     8  rules:
     9  - apiGroups:
    10    - '*'
    11    resources:
    12    - '*'
    13    verbs:
    14    - '*'
    15  {{- end }}