diff --git a/README.md b/README.md index 0e8111d..ff85929 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ tilt up Getting Load Balancer External-IP Address ```bash - kubectl -n istio-gateway get service istio-gateway - NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE +kubectl -n istio-gateway get service istio-gateway +NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE istio-gateway LoadBalancer 10.96.133.29 172.18.0.3 15021:31704/TCP,80:30396/TCP,443:30233/TCP 5h46m ``` diff --git a/gitops-settings/project-config.yaml b/gitops-settings/project-config.yaml index 0208523..d5ff6bf 100644 --- a/gitops-settings/project-config.yaml +++ b/gitops-settings/project-config.yaml @@ -17,4 +17,4 @@ spec: autoPromotionEnabled: false - stageSelector: name: prod - autoPromotionEnabled: true + autoPromotionEnabled: false