mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-26 21:33:14 +00:00
Inherit imagePullPolicy to redis container
This commit is contained in:
@@ -34,6 +34,7 @@ spec:
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
containers:
|
containers:
|
||||||
- image: '{{ tower_redis_image }}'
|
- image: '{{ tower_redis_image }}'
|
||||||
|
imagePullPolicy: '{{ tower_image_pull_policy }}'
|
||||||
name: redis
|
name: redis
|
||||||
args: ["redis-server", "/etc/redis.conf"]
|
args: ["redis-server", "/etc/redis.conf"]
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
|
|||||||
Reference in New Issue
Block a user