mirror of
https://github.com/ansible/awx-operator.git
synced 2026-05-08 14:22:49 +00:00
add image_pull_secret to postgres install
This commit is contained in:
@@ -33,6 +33,10 @@ spec:
|
|||||||
app.kubernetes.io/part-of: '{{ meta.name }}'
|
app.kubernetes.io/part-of: '{{ meta.name }}'
|
||||||
app.kubernetes.io/managed-by: '{{ deployment_type }}-operator'
|
app.kubernetes.io/managed-by: '{{ deployment_type }}-operator'
|
||||||
spec:
|
spec:
|
||||||
|
{% if image_pull_secret %}
|
||||||
|
imagePullSecrets:
|
||||||
|
- name: {{ image_pull_secret }}
|
||||||
|
{% endif %}
|
||||||
containers:
|
containers:
|
||||||
- image: '{{ postgres_image }}:{{ postgres_image_version }}'
|
- image: '{{ postgres_image }}:{{ postgres_image_version }}'
|
||||||
imagePullPolicy: '{{ image_pull_policy }}'
|
imagePullPolicy: '{{ image_pull_policy }}'
|
||||||
|
|||||||
Reference in New Issue
Block a user