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: