-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add persistentvolumeclaim module type and volumes for containers
This makes it possible to mount persistent volumes in container modules, including in tasks and tests. With the right storage classes in place, you can even share volumes between container services, tasks and tests. These volumes can of course also be referenced in `kubernetes` and `helm` modules. See the added section to the container modules guide for details on how to use the new features. As a small bonus, in order to be able to use the upstream PersistentVolumeClaim schema, I've added a `joi.customObject().jsonSchema()` type, which allows us weave JSON schemas into our existing Joi schemas. My hope is that we can gradually get rid of most usages of Joi schemas, at least in our plugin APIs.
- Loading branch information
Showing
55 changed files
with
3,339 additions
and
734 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.