File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Hypershift admin ClusterRole is intentionally privileged; suppress noisy RBAC policy checks.
2- KSV-0041
3- KSV-0045
4- KSV-0046
5- KSV-0049
6- KSV-0056
2+ AVD- KSV-0041
3+ AVD- KSV-0045
4+ AVD- KSV-0046
5+ AVD- KSV-0049
6+ AVD- KSV-0056
Original file line number Diff line number Diff line change 1+ {{- if .Values.rbac.create }}
2+ {{- range .Values.rbac.sudoerGroups }}
3+ apiVersion : rbac.authorization.k8s.io/v1
4+ kind : ClusterRoleBinding
5+ metadata :
6+ name : {{ lower . }}-sudoer-crb
7+ roleRef :
8+ apiGroup : rbac.authorization.k8s.io
9+ kind : ClusterRole
10+ name : sudoer
11+ subjects :
12+ - apiGroup : rbac.authorization.k8s.io
13+ kind : Group
14+ name : {{ . }}
15+ {{- end }}
16+ {{- end }}
Original file line number Diff line number Diff line change 1212 name : hcp-admins-crb
1313 users : []
1414 groups : []
15+ sudoerGroups : []
1516
1617clusterGroup :
1718 isHubCluster : true
You can’t perform that action at this time.
0 commit comments