I try to use gcloud run services replace like this
gcloud run services replace service.yaml --project PROJECT_NAME
but it keep getting error argument FILE: invalid <googlecloudsdk.calliope.arg_parsers.YAMLFileContents object at 0x00000216D57FAC30> value: 'service.yaml'.
so i try export the original yaml and then use it again like this
Solved! Go to Solution.
I already got the the answer,
it has because the encoding, it should use UTF-8,
And then, the problem disapear
I already got the the answer,
it has because the encoding, it should use UTF-8,
And then, the problem disapear