We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6daa44c commit 6789763Copy full SHA for 6789763
1 file changed
values-hypershift.yaml
@@ -1,5 +1,5 @@
1
-# Override values for HyperShift
2
-# Define the s3 bucket information
+# Override values for HyperShift
+# Define the s3 bucket information
3
global:
4
hypershift:
5
createBucket: true
@@ -75,11 +75,13 @@ autoscaling:
75
# enabled: true
76
# machineSetName: <cluster-name>-worker-<zone>
77
# minReplicas: 0
78
- # maxReplicas: 6
+ # maxReplicas: 6
79
80
# Set rbac.create to false if you want to skip creation of role/rolebinding.
81
rbac:
82
create: true
83
# Provide a list of users and/or groups to add to the clusterrolebinding
84
users: []
85
- groups: []
+ groups: []
86
+ sudoerGroups:
87
+ - Engineering
0 commit comments