Merge pull request #212 from tchellomello/change_pull_policy_redis

Inherit imagePullPolicy to redis container
This commit is contained in:
Shane McDonald
2021-04-21 16:44:07 -04:00
committed by GitHub

View File

@@ -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: