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

Commit

Permalink
fix(ci): fix env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
András Tóth committed Jan 6, 2020
1 parent 4c6e82b commit cdb637c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .banzaicloud/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,13 @@ pipeline:
deployment:
name: './spotguide-nodejs-mongodb-1.0.0.tgz'
reuseValues: true
releaseName: '{{ .CICD_REPO }}'
releaseName: '{{ .CICD_REPO_NAME }}'
wait: true
timeout: 900
values:
deployment:
image:
repository: '{{ .CICD_REPO_NAME }}'
repository: '{{ .CICD_REPO }}'
tag: '{{ trunc 7 .CICD_COMMIT_SHA }}'
pullPolicy: Always
ingress:
Expand Down

0 comments on commit cdb637c

Please sign in to comment.