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

fix: validate cluster_type to ensure it is either 'k3s' or 'talos' #279

Merged
merged 3 commits into from
Jul 23, 2024

Conversation

Praveen005
Copy link
Contributor

This PR fixes #277

In here:

I added validation for the cluster_type attribute to ensure it only accepts k3s or talos. This prevents defaulting to k3s when an invalid value is provided.

Result:

Screenshot 2024-07-23 234340

@uzaxirr uzaxirr merged commit d55208f into civo:master Jul 23, 2024
1 check passed
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.

[BUG] the cluster_type value does not get validated
2 participants