2022-08-22 07:07:17 +00:00
|
|
|
--- charts-original/templates/probe-webhook-post-install.yaml
|
|
|
|
+++ charts/templates/probe-webhook-post-install.yaml
|
2022-11-18 05:40:28 +00:00
|
|
|
@@ -37,12 +37,10 @@
|
|
|
|
containers:
|
|
|
|
{{- include "gatekeeper.postInstallWebhookProbeContainer" . | nindent 8 }}
|
|
|
|
{{- with .Values.postInstall }}
|
2022-08-22 07:07:17 +00:00
|
|
|
+ nodeSelector: {{ include "linux-node-selector" . | nindent 8 }}
|
|
|
|
+ tolerations: {{ include "linux-node-tolerations" . | nindent 8 }}
|
2022-11-18 05:40:28 +00:00
|
|
|
affinity:
|
|
|
|
{{- toYaml .affinity | nindent 8 }}
|
|
|
|
- tolerations:
|
|
|
|
- {{- toYaml .tolerations | nindent 8 }}
|
|
|
|
- nodeSelector:
|
|
|
|
- {{- toYaml .nodeSelector | nindent 8 }}
|
|
|
|
{{- end }}
|
|
|
|
{{- end }}
|
|
|
|
{{- end }}
|