From 80a1b4f9f2fd44624f92214bba08e9f529144f69 Mon Sep 17 00:00:00 2001 From: Akos Eros Date: Mon, 1 Jun 2026 14:30:14 +0200 Subject: [PATCH] feat: Add engineering grp to sudoer groups The group members will have the right to impersonate system:admin. --- values-hypershift.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/values-hypershift.yaml b/values-hypershift.yaml index 869922f8..23c3bd6c 100644 --- a/values-hypershift.yaml +++ b/values-hypershift.yaml @@ -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 @@ -75,11 +75,13 @@ autoscaling: # enabled: true # machineSetName: -worker- # 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: [] \ No newline at end of file + groups: [] + sudoerGroups: + - Engineering