Skip to content
This repository was archived by the owner on Mar 17, 2020. It is now read-only.

Commit cdb637c

Browse files
author
András Tóth
committed
fix(ci): fix env vars
1 parent 4c6e82b commit cdb637c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .banzaicloud/pipeline.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@ pipeline:
8989
deployment:
9090
name: './spotguide-nodejs-mongodb-1.0.0.tgz'
9191
reuseValues: true
92-
releaseName: '{{ .CICD_REPO }}'
92+
releaseName: '{{ .CICD_REPO_NAME }}'
9393
wait: true
9494
timeout: 900
9595
values:
9696
deployment:
9797
image:
98-
repository: '{{ .CICD_REPO_NAME }}'
98+
repository: '{{ .CICD_REPO }}'
9999
tag: '{{ trunc 7 .CICD_COMMIT_SHA }}'
100100
pullPolicy: Always
101101
ingress:

0 commit comments

Comments
 (0)