Update to spire-controller-manager 0.4.2 (#195)

This commit is contained in:
kfox1111
2024-01-25 12:07:10 +01:00
committed by GitHub
parent 3e1c5199b7
commit e8d527cd9a
9 changed files with 21 additions and 7 deletions
@@ -37,9 +37,11 @@ rules:
- apiGroups: [""]
resources: ["namespaces"]
verbs: ["get", "list", "watch"]
{{- if .Values.controllerManager.validatingWebhookConfiguration.enabled }}
- apiGroups: ["admissionregistration.k8s.io"]
resources: ["validatingwebhookconfigurations"]
verbs: ["get", "list", "patch", "watch"]
{{- end }}
- apiGroups: [""]
resources: ["nodes"]
verbs: ["get", "list", "watch"]