-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENV required:false still forcing user to set value in setup console #232
Comments
Can you try to remove the required key? (false is the default) Maybe the parsing of the |
@jamesward required is true by default according to https://github.com/GoogleCloudPlatform/cloud-run-button/blob/master/cmd/cloudshell_open/appfile.go#L112 |
Oh right. I got that backwards. I think that what might be needed to make this work is the default value which could (hopefully) be set to an empty string, like:
|
I'm still seeing the issue with Test file: |
I have an open source project using Cloud Run + app.json to specify env vars.
Even though required=false in app.json, in the console I get the error message
Sorry, your reply was invalid: Value is required
if I try to skip setting it (via enter). It looks like required=false isn't being respected?https://github.com/scosman/zipstreamer/tree/docker-docs
The text was updated successfully, but these errors were encountered: