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:
parent
608b9fd5b7
commit
5a067ec935
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ spec:
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml . | nindent 12 }}
|
{{- toYaml . | nindent 12 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- with .Values.webhooksCleanup.tolerations }}
|
{{- with .Values.webhooksCleanup.tolerations | default .Values.global.tolerations }}
|
||||||
tolerations:
|
tolerations:
|
||||||
{{- tpl (toYaml .) $ | nindent 8 }}
|
{{- tpl (toYaml .) $ | nindent 8 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue