1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00

Update post-delete-configmap.yaml (#12240)

Add missing fallback values to webhookCleanup Hook

Signed-off-by: ohayak <ohayak@users.noreply.github.com>
This commit is contained in:
ohayak 2025-03-03 16:05:52 +01:00 committed by GitHub
parent 608b9fd5b7
commit 5a067ec935
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}