diff --git a/charts/kyverno/templates/hooks/post-delete-configmap.yaml b/charts/kyverno/templates/hooks/post-delete-configmap.yaml index af701e82f1..54eeb2fefe 100644 --- a/charts/kyverno/templates/hooks/post-delete-configmap.yaml +++ b/charts/kyverno/templates/hooks/post-delete-configmap.yaml @@ -101,7 +101,7 @@ spec: securityContext: {{- toYaml . | nindent 12 }} {{- end }} - {{- with .Values.webhooksCleanup.tolerations }} + {{- with .Values.webhooksCleanup.tolerations | default .Values.global.tolerations }} tolerations: {{- tpl (toYaml .) $ | nindent 8 }} {{- end }}