From 97fc285bd2375ef80ce29b2a24c50624a843046d Mon Sep 17 00:00:00 2001 From: Hongliang Wang Date: Mon, 7 Sep 2020 16:21:35 +0800 Subject: [PATCH] Set imagePullPolicy: IfNotPresent for air-gapped --- roles/ks-monitor/templates/custom-values-notification.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ks-monitor/templates/custom-values-notification.yaml.j2 b/roles/ks-monitor/templates/custom-values-notification.yaml.j2 index b92ac5466..0d8e695e2 100644 --- a/roles/ks-monitor/templates/custom-values-notification.yaml.j2 +++ b/roles/ks-monitor/templates/custom-values-notification.yaml.j2 @@ -18,7 +18,7 @@ operator: image: repo: {{ notification_manager_operator_repo }} tag: {{ notification_manager_operator_tag }} - pullPolicy: Always + pullPolicy: IfNotPresent resources: limits: cpu: 50m