From aad7f8628c131b30566e7277c2e20fc54bf2d69f Mon Sep 17 00:00:00 2001 From: Zoran Sinnema Date: Fri, 14 May 2021 16:36:55 +0200 Subject: [PATCH] #193 chore: updated k8s scidash yaml --- service/k8s/scidash.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/k8s/scidash.yaml b/service/k8s/scidash.yaml index 0f381b88..d4bb9581 100644 --- a/service/k8s/scidash.yaml +++ b/service/k8s/scidash.yaml @@ -43,7 +43,7 @@ spec: spec: containers: - name: scidash - image: metacell/scidash:"{{CF_BUILD_ID}}" + image: metacell/scidash:{{CF_BUILD_ID}} imagePullPolicy: IfNotPresent env: - name: CF_BUILD_ID