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
Related to testing in #145, after correcting the mount source_path issue, validate failed to identify that I had added a mount, but had not added a disk property to the config, which resulted in
E: Error parsing configuration files:
- applications./.platform.app.yaml: The application "platformify_cookies" is diskless but defines local mounts and such mounts require disks. This means the configuration has to have a "disk" key with an integer value greater or equal to 128.
when attempting to push the change.
The text was updated successfully, but these errors were encountered:
Thanks for reporting @gilzow - currently we only validate the static schema - this is a dynamic property and should definitely be handled in the future.
Pushing the code will fail validation on the git side with:
E: Error parsing configuration files:
- applications.config.yaml:express.mounts./foobar: When source is 'service', a service name is required. Set `service: <service name>` to specify the service that will provide the networked mount.
Related to testing in #145, after correcting the mount
source_path
issue,validate
failed to identify that I had added a mount, but had not added adisk
property to the config, which resulted inwhen attempting to push the change.
The text was updated successfully, but these errors were encountered: