mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-06 13:22:50 +00:00
Merge pull request #212 from tchellomello/change_pull_policy_redis
Inherit imagePullPolicy to redis container
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user