Rename related image vars to be distinct across operators

This commit is contained in:
Christian M. Adams
2021-10-27 11:26:51 -04:00
parent b866d682ef
commit 29879f7064
5 changed files with 10 additions and 10 deletions

View File

@@ -80,7 +80,7 @@
- name: Set Postgres image URL
set_fact:
_postgres_image: "{{ _custom_postgres_image | default(lookup('env', 'RELATED_IMAGE_POSTGRES')) }}"
_postgres_image: "{{ _custom_postgres_image | default(lookup('env', 'RELATED_IMAGE_AWX_POSTGRES')) }}"
- name: Create management pod from templated deployment config
k8s: