Skip to content

Add defaultStorageClass option to hatchery chart - #685

Draft
jbarno wants to merge 1 commit into
masterfrom
feat/default_class
Draft

Add defaultStorageClass option to hatchery chart#685
jbarno wants to merge 1 commit into
masterfrom
feat/default_class

Conversation

@jbarno

@jbarno jbarno commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Expose a new hatchery.defaultStorageClass value that is rendered into the hatchery.json config (default-storage-class key) so hatchery can pin the user volume PVCs it creates for workspace pods to a specific StorageClass (e.g. an NFS home-dir class). When left empty (the default), the key is omitted and claims keep using the cluster-default StorageClass.

Requires the matching 'default-storage-class' support in uc-cdis/hatchery (branch feature/default-storage-class).
uc-cdis/hatchery#163

Link to JIRA ticket if there is one:

New Features

Breaking Changes

Bug Fixes

Improvements

Dependency updates

Deployment changes

Expose a new hatchery.defaultStorageClass value that is rendered into
the hatchery.json config (default-storage-class key) so hatchery can pin
the user volume PVCs it creates for workspace pods to a specific
StorageClass (e.g. an NFS home-dir class). When left empty (the
default), the key is omitted and claims keep using the cluster-default
StorageClass.

Requires the matching 'default-storage-class' support in uc-cdis/hatchery
(branch feature/default-storage-class).
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.

1 participant