Skip to content
Snippets Groups Projects
Verified Commit 9de2a306 authored by David Hoese's avatar David Hoese
Browse files

Fix path to extra values file

parent d8951be0
No related branches found
No related tags found
No related merge requests found
...@@ -113,7 +113,7 @@ deploy_g16_grb: ...@@ -113,7 +113,7 @@ deploy_g16_grb:
# copy extra values files to the local directory (where helm has access via docker mount) # copy extra values files to the local directory (where helm has access via docker mount)
- cp ../../production/values-g16-grb.yaml . - cp ../../production/values-g16-grb.yaml .
# namespace names are the same as domain names # namespace names are the same as domain names
- helm upgrade -v 2 --install --kubeconfig $kubeconfig --namespace $ns --set grbNotifier.image.dockerTag=$docker_tag -f ../../production/values-g16-grb.yaml cspp-geo-grb cspp-geo-grb/ - helm upgrade -v 2 --install --kubeconfig $kubeconfig --namespace $ns --set grbNotifier.image.dockerTag=$docker_tag -f values-g16-grb.yaml cspp-geo-grb cspp-geo-grb/
needs: needs:
- job: get_chart_grb - job: get_chart_grb
artifacts: true artifacts: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment