Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions values-hypershift.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Override values for HyperShift
# Define the s3 bucket information
# Override values for HyperShift
# Define the s3 bucket information
global:
hypershift:
createBucket: true
Expand Down Expand Up @@ -75,11 +75,13 @@ autoscaling:
# enabled: true
# machineSetName: <cluster-name>-worker-<zone>
# minReplicas: 0
# maxReplicas: 6
# maxReplicas: 6

# Set rbac.create to false if you want to skip creation of role/rolebinding.
rbac:
create: true
# Provide a list of users and/or groups to add to the clusterrolebinding
users: []
groups: []
groups: []
sudoerGroups:
- Engineering
Loading