ci(deployment): fix kube deployment
Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
This commit is contained in:
parent
bddb08bda7
commit
a755c0e19f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/api.yaml
vendored
2
.github/workflows/api.yaml
vendored
|
|
@ -45,7 +45,7 @@ jobs:
|
||||||
}
|
}
|
||||||
- name: Deploy to kubernetes
|
- name: Deploy to kubernetes
|
||||||
run: |
|
run: |
|
||||||
cd ../scripts/helm/
|
cd scripts/helm/
|
||||||
sed -i "s#kubeconfig.*#kubeconfig_path: ${KUBECONFIG}#g" vars.yaml
|
sed -i "s#kubeconfig.*#kubeconfig_path: ${KUBECONFIG}#g" vars.yaml
|
||||||
sed -i "s/tag:.*/tag: \"$IMAGE_TAG\"/g" app/chalice.yaml
|
sed -i "s/tag:.*/tag: \"$IMAGE_TAG\"/g" app/chalice.yaml
|
||||||
bash kube-install.sh --app chalice
|
bash kube-install.sh --app chalice
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue