Skip to content

Commit

Permalink
fix: update ingressControllerIP
Browse files Browse the repository at this point in the history
Signed-off-by: Shengwen Yu <[email protected]>
  • Loading branch information
Shengwen Yu committed Jul 18, 2023
1 parent 551040d commit 415c538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class HarborChartFreshInstallPipelineExecutor extends FreshInstallPipelineExecut
returnStdout: true,
script:"""
docker run -i --rm -v \${KUBE_CONFIG_FILE_PATH}:/root/.kube/config deployer:dev \
sh -c 'kubectl get svc nginx-ingress-controller471-ingress-nginx-controller --context ${context} -n ingress-controller471 -o jsonpath="{.status.loadBalancer.ingress[0].ip}"'
sh -c 'kubectl get svc ingress-nginx-controller --context ${context} -n ingress-nginx -o jsonpath="{.spec.externalIPs[0]}"'
""").trim()
// install harbor chart
script.sh """
Expand Down

0 comments on commit 415c538

Please sign in to comment.