fix deploy
This commit is contained in:
@ -25,7 +25,7 @@ steps:
|
||||
commands:
|
||||
- printf "$KUBE_CONFIG_CONTENT" > /tmp/kubeconfig
|
||||
- export KUBECONFIG=/tmp/kubeconfig
|
||||
- for N in "udi udi-pg"; do
|
||||
- for N in udi udi-pg; do
|
||||
cat $CI_WORKSPACE/deployment/deploy-yml.tmpl | sed -e 's,%IMAGE%,'$IMAGE_NAME':'$CI_COMMIT_TAG',' | kubectl apply -n $N -f - ;
|
||||
done
|
||||
when:
|
||||
|
Reference in New Issue
Block a user