Skip to content

Commit 6789763

Browse files
authored
feat: Add engineering grp to sudoer groups (#28)
The group members will have the right to impersonate system:admin.
1 parent 6daa44c commit 6789763

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

values-hypershift.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Override values for HyperShift
2-
# Define the s3 bucket information
1+
# Override values for HyperShift
2+
# Define the s3 bucket information
33
global:
44
hypershift:
55
createBucket: true
@@ -75,11 +75,13 @@ autoscaling:
7575
# enabled: true
7676
# machineSetName: <cluster-name>-worker-<zone>
7777
# minReplicas: 0
78-
# maxReplicas: 6
78+
# maxReplicas: 6
7979

8080
# Set rbac.create to false if you want to skip creation of role/rolebinding.
8181
rbac:
8282
create: true
8383
# Provide a list of users and/or groups to add to the clusterrolebinding
8484
users: []
85-
groups: []
85+
groups: []
86+
sudoerGroups:
87+
- Engineering

0 commit comments

Comments
 (0)