From 83a85d15c0af53611c98cce5792d8654f4f45d49 Mon Sep 17 00:00:00 2001 From: Marcelo Moreira de Mello Date: Tue, 13 Apr 2021 21:28:55 -0400 Subject: [PATCH] Inherit imagePullPolicy to redis container --- roles/installer/templates/tower_deployment.yaml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/installer/templates/tower_deployment.yaml.j2 b/roles/installer/templates/tower_deployment.yaml.j2 index 68b4aa3c..90fa361a 100644 --- a/roles/installer/templates/tower_deployment.yaml.j2 +++ b/roles/installer/templates/tower_deployment.yaml.j2 @@ -34,6 +34,7 @@ spec: {% endif %} containers: - image: '{{ tower_redis_image }}' + imagePullPolicy: '{{ tower_image_pull_policy }}' name: redis args: ["redis-server", "/etc/redis.conf"] volumeMounts: