Fixed Bug P2 Add Hotlist Status UpdateNo update yet.Descriptionco...@google.com created issue #1Jun 13, 2019 10:46AMURL: https://cloud.google.com/endpoints/docs/openapi/get-started-cloud-run#configure_espProvided command:gcloud beta run configurations update \ --service CLOUD_RUN_SERVICE_NAME \ --set-env-vars ENDPOINTS_SERVICE_NAME=YOUR_SERVICE_NAME \ --project ESP_PROJECT_IDShould be:gcloud beta run services update CLOUD_RUN_SERVICE_NAME --set-env-vars ENDPOINTS_SERVICE_NAME=YOUR_SERVICE_NAME --project ESP_PROJECT_ID.Issue summaryCommentsAll comments Oldest first st...@google.com <st...@google.com> #2Sep 5, 2019 06:07PMMarked as fixed.Thank you for your feedback. Team may reach out for more feedback in reproducing or triaging this issue.Add comment Comment
Description
Provided command:
gcloud beta run configurations update \
--service CLOUD_RUN_SERVICE_NAME \
--set-env-vars ENDPOINTS_SERVICE_NAME=YOUR_SERVICE_NAME \
--project ESP_PROJECT_ID
Should be:
gcloud beta run services update CLOUD_RUN_SERVICE_NAME --set-env-vars ENDPOINTS_SERVICE_NAME=YOUR_SERVICE_NAME --project ESP_PROJECT_ID.