From abea46eb8a3e05f6010247b526b5364ec312f2dc Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 15 Apr 2018 12:10:44 +0200 Subject: Add another adei container with debugging/administrative tools to use in admin pod --- setup/projects/adei/templates/60-adei.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup/projects/adei/templates/60-adei.yml.j2') diff --git a/setup/projects/adei/templates/60-adei.yml.j2 b/setup/projects/adei/templates/60-adei.yml.j2 index c7c53f9..87f734d 100644 --- a/setup/projects/adei/templates/60-adei.yml.j2 +++ b/setup/projects/adei/templates/60-adei.yml.j2 @@ -114,7 +114,7 @@ objects: automatic: true from: kind: "ImageStreamTag" - name: "adei:latest" + name: "{{ cfg.image | default('adei:latest') }}" containerNames: - "{{ cfg.name }}" template: -- cgit v1.2.3