Disable nginx-ingress upgrades for now
This commit is contained in:
parent
cd77c89298
commit
4f4b0b1eb4
1 changed files with 3 additions and 2 deletions
|
@ -59,8 +59,9 @@ infra:deploy:
|
||||||
- echo ${K8S_CLUSTER_CONFIG} | base64 -d > ${KUBECONFIG}
|
- echo ${K8S_CLUSTER_CONFIG} | base64 -d > ${KUBECONFIG}
|
||||||
|
|
||||||
# Deploy nginx ingress
|
# Deploy nginx ingress
|
||||||
- helm init --client-only && helm repo update
|
# Note: Temporarily disabled due to issue with nginx-ingress and helm3 upgrades.
|
||||||
- helm upgrade nginx-ingress stable/nginx-ingress --install --namespace ${DEPLOY_NAMESPACE} --set controller.publishService.enabled=true
|
# - helm init --client-only && helm repo update
|
||||||
|
# - helm upgrade nginx-ingress stable/nginx-ingress --install --namespace ${DEPLOY_NAMESPACE} --set controller.publishService.enabled=true
|
||||||
|
|
||||||
# Deploy infra manifests directly
|
# Deploy infra manifests directly
|
||||||
- cd ${INFRA_SRC}/
|
- cd ${INFRA_SRC}/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue