Skip to content

Commit

Permalink
address review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeindel committed Nov 20, 2024
1 parent ecf3511 commit 42307bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ rules:
- secrets
verbs:
- get
- list
- create
- patch
- watch
- apiGroups:
- ""
resources:
Expand All @@ -45,30 +41,6 @@ rules:
- watch
- patch
- update
- apiGroups:
- coordination.k8s.io
resources:
- leases
verbs:
- create
- apiGroups:
- coordination.k8s.io
resources:
- leases
resourceNames:
- {{ include "name" . }}
verbs:
- get
- watch
- update
- apiGroups:
- events.k8s.io
resources:
- events
verbs:
- create
- patch
- update
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
- --webhook-config-service-port={{ .Values.webhookConfig.servicePort }}
- --webhook-config-server-port={{ .Values.webhookConfig.serverPort }}
{{- if .Values.gardener.runtimeCluster.enabled }}
- --disable-controllers=backupentry,bastion,controlplane,infrastructure,worker,healthcheck
- --controllers=backupbucket,dnsrecord
- --disable-webhooks="*"
- --extension-class=garden
{{- else }}
Expand Down

0 comments on commit 42307bd

Please sign in to comment.