We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--- version: "2.0" services: foo: image: "" expose: - port: 80 as: 80 to: - global: true params: storage: data: mount: /test readOnly: false profiles: compute: foo: resources: cpu: units: 0.1 memory: size: 512Mi storage: - size: 1Gi - name: data size: 10Gi attributes: persistent: true class: beta1 placement: dcloud: pricing: foo: denom: uakt amount: 1000 deployment: foo: dcloud: profile: foo count: 1
Broken:
--- version: "2.0" services: foo: image: "" expose: - port: 80 as: 80 to: - global: true params: storage: dato: mount: /test readOnly: false profiles: compute: foo: resources: cpu: units: 0.1 memory: size: 512Mi storage: - size: 1Gi - name: dato size: 10Gi attributes: persistent: true class: beta1 placement: dcloud: pricing: foo: denom: uakt amount: 1000 deployment: foo: dcloud: profile: foo count: 1
The text was updated successfully, but these errors were encountered:
Thanks for reporting, there was in fact a bug in the code! I will release a fix asap
Sorry, something went wrong.
baktun14
Successfully merging a pull request may close this issue.
Reproductions
Works:
Broken:
The text was updated successfully, but these errors were encountered: