You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to ensure that static defaults are set when images run within
particular environments, e.g., a particular GCE project. This occurs
when there exists a file in `/etc/defaults/cuttlefish-integration` and
contains `static_defaults_when=<condition>` (see #1859). We thus need to
ensure that the `cuttlefish-integration` file is set appropriately; we
just do this by uploading the file when minting the image.
defaults_cuttlefish_integration_src=flag.String("defaults_cuttlefish_integration_src", "", "Path to file which will be written to /etc/defaults/cuttlefish-integration.")
0 commit comments