Skip to content

Commit a32d3c5

Browse files
author
rodriguez-facundo
committed
Fix cf env variable for Helm Chart release name
1 parent cb71dfc commit a32d3c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

k8s/cf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ steps:
122122
stage: deploy
123123
environment:
124124
- CHART_NAME=jupyterhub
125-
- RELEASE_NAME={{RELEASE_NAME}}
125+
- RELEASE_NAME=${{RELEASE_NAME}}
126126
- KUBE_CONTEXT=geppetto-cluster@metacellllc
127127
- NAMESPACE=netpyne
128128
- TILLER_NAMESPACE=kube-system

0 commit comments

Comments
 (0)