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

[LP#2039667] Provide charm config parameters on the default storage class #31

Merged
merged 4 commits into from
Dec 15, 2023

Conversation

addyess
Copy link
Member

@addyess addyess commented Dec 15, 2023

LP#2039667

Allows the user to configure arbitrary parameters on the default storage class installed

@addyess addyess force-pushed the bug/LP2039667/parameters-to-default-storage-class branch from 78cc1ad to 3c248fb Compare December 15, 2023 16:31
@addyess addyess added the bug Something isn't working label Dec 15, 2023
@addyess addyess force-pushed the bug/LP2039667/parameters-to-default-storage-class branch from 8911ada to c743b0b Compare December 15, 2023 16:47
pyproject.toml Outdated Show resolved Hide resolved
@@ -217,7 +217,7 @@ def _install_or_upgrade(self, event, config_hash=None):
controller.apply_manifests()
except ManifestClientError as e:
self.unit.status = WaitingStatus("Waiting for kube-apiserver")
log.warn(f"Encountered retryable installation error: {e}")
log.warning(f"Encountered retryable installation error: {e}")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removes a deprecated method call

"""Comparible based on its name."""
"""Comparable based on its name."""
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixes misspelling

Copy link
Member

@mateoflorido mateoflorido left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM ⭐

@mateoflorido mateoflorido merged commit 6b51912 into main Dec 15, 2023
5 checks passed
@mateoflorido mateoflorido deleted the bug/LP2039667/parameters-to-default-storage-class branch December 15, 2023 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

2 participants