diff --git a/roles/installer/templates/tower_deployment.yaml.j2 b/roles/installer/templates/tower_deployment.yaml.j2 index 9dd6f46f..23370018 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 }}:{{ tower_redis_image_version }}' + imagePullPolicy: '{{ tower_image_pull_policy }}' name: redis args: ["redis-server", "/etc/redis.conf"] volumeMounts: