-
Notifications
You must be signed in to change notification settings - Fork 115
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
Nest Helm Release settings #1751
Conversation
Does the PR have any schema changes?Looking good! No breaking changes found. |
1 similar comment
Does the PR have any schema changes?Looking good! No breaking changes found. |
dc5c6b2
to
6cd7761
Compare
Does the PR have any schema changes?Looking good! No breaking changes found. |
Marking as draft until I've fixed the env var handling. |
Does the PR have any schema changes?Looking good! No breaking changes found. |
@@ -974,6 +1037,7 @@ func init() { | |||
typeOverlays["kubernetes:helm.sh/v3:RepositoryOpts"] = helmV3RepoOpts | |||
typeOverlays["kubernetes:helm.sh/v3:ReleaseStatus"] = helmV3ReleaseStatus | |||
typeOverlays["kubernetes:index:KubeClientSettings"] = kubeClientSettings | |||
typeOverlays["kubernetes:index:HelmReleaseSettings"] = helmReleaseSettings |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should these be in helm.sh/v3
module?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, this type is for the Provider, so it needs to be at the top level.
# Conflicts: # CHANGELOG.md
Does the PR have any schema changes?Looking good! No breaking changes found. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good - apart from a request for some elaboration in the changelog.
Does the PR have any schema changes?Looking good! No breaking changes found. |
Proposed changes
Move helm.Release Provider options into a complex type to avoid cluttering
the top-level namespace.
Related issues (optional)
Fix #1746