Skip to content

chore: move ParseVolumeMounts to the k8s package #169

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

Merged
merged 1 commit into from
Jul 2, 2025

Conversation

bernielomax
Copy link
Contributor

This function is more k8s-related since it returns a k8s.ExtraVolumeMount slice that is only used by the k8s package. Moving it also helps reduce the footprint of the local install package.

My intention is to later break up "install options" and "infra options". This will mean that we can do more powerful querying against Helm when computing Helm values, etc. Obviously this needs to happen after infra has been provisioned. Separating the options helps us to do that. Meaning we can move the computing of install options further down the install code path.

This function is more k8s-related since it returns a k8s.ExtraVolumeMount
slice that is only used by the k8s package. Moving it also helps reduce
the footprint of the local install package.

My intention is to later break up "install options" and "infra options".
This will mean that we can do more powerful querying against Helm
when computing Helm values, etc. Obviously this needs to happen
after infra has been provisioned. Separating the options helps us to
do that. Meaning we can move the computing of install options further
down the install code path.
@bernielomax bernielomax merged commit f686b6c into main Jul 2, 2025
2 checks passed
@bernielomax bernielomax deleted the bernielomax/refactor/move-parse-volume-mounts branch July 2, 2025 21:54
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