From 3504250b0a2a94d5d82efb5117c3c173ef99e666 Mon Sep 17 00:00:00 2001 From: Kaspars Skels Date: Mon, 30 Oct 2017 19:31:23 -0500 Subject: [PATCH] Fix barbican values/templates mismatch Change-Id: Ic20b0e4c1f3058f1559aea72b96f75496765f8b8 --- barbican/templates/deployment-api.yaml | 2 +- barbican/templates/job-db-sync.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/barbican/templates/deployment-api.yaml b/barbican/templates/deployment-api.yaml index ce18d61bc0..bf9c88fe9e 100644 --- a/barbican/templates/deployment-api.yaml +++ b/barbican/templates/deployment-api.yaml @@ -43,7 +43,7 @@ spec: {{ tuple $envAll $dependencies $mounts_barbican_api_init | include "helm-toolkit.snippets.kubernetes_entrypoint_init_container" | indent 8 }} containers: - name: barbican-api - image: {{ .Values.images.tags.api }} + image: {{ .Values.images.tags.barbican_api }} imagePullPolicy: {{ .Values.images.pull_policy }} {{ tuple $envAll $envAll.Values.pod.resources.api | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }} securityContext: diff --git a/barbican/templates/job-db-sync.yaml b/barbican/templates/job-db-sync.yaml index ec6575849c..c233d8ca15 100644 --- a/barbican/templates/job-db-sync.yaml +++ b/barbican/templates/job-db-sync.yaml @@ -35,7 +35,7 @@ spec: {{ tuple $envAll $dependencies "[]" | include "helm-toolkit.snippets.kubernetes_entrypoint_init_container" | indent 8 }} containers: - name: barbican-db-sync - image: {{ .Values.images.tags.db_sync }} + image: {{ .Values.images.tags.barbican_db_sync }} imagePullPolicy: {{ .Values.images.pull_policy }} {{ tuple $envAll $envAll.Values.pod.resources.jobs.db_sync | include "helm-toolkit.snippets.kubernetes_resources" | indent 10 }} command: