Skip to content
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

refactor volumes schema #5063

Merged
merged 5 commits into from
Sep 2, 2024
Merged

refactor volumes schema #5063

merged 5 commits into from
Sep 2, 2024

Conversation

ayys
Copy link
Member

@ayys ayys commented Sep 2, 2024

This PR refactors volumes so that the schema is as follows:

volumes:
  - name: volume1
    mount: /volume1
  - name: volume2
    mount: /volume2

ayys added 2 commits September 2, 2024 22:01
this refactors volumes so that the schema is as follows:

```yaml
volumes:
  - name: volume1
    mount: /volume1
  - name: volume2
    mount: /volume2
```
@ayys ayys requested a review from syrusakbary as a code owner September 2, 2024 16:22
@ayys ayys force-pushed the improvement/refactor-jsonschema-volumes branch from d980565 to c533b9f Compare September 2, 2024 16:34
@ayys ayys force-pushed the improvement/refactor-jsonschema-volumes branch from c533b9f to 0781ad7 Compare September 2, 2024 16:37
@ayys ayys merged commit 8f7bbcd into main Sep 2, 2024
62 of 63 checks passed
@ayys ayys deleted the improvement/refactor-jsonschema-volumes branch September 2, 2024 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants