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

Nest Helm Release settings #1751

Merged
merged 7 commits into from
Oct 6, 2021
Merged

Conversation

lblackstone
Copy link
Member

Proposed changes

Move helm.Release Provider options into a complex type to avoid cluttering
the top-level namespace.

Related issues (optional)

Fix #1746

@github-actions
Copy link

github-actions bot commented Oct 4, 2021

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

1 similar comment
@github-actions
Copy link

github-actions bot commented Oct 4, 2021

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@lblackstone lblackstone force-pushed the lblackstone/nest-release-settings branch from dc5c6b2 to 6cd7761 Compare October 4, 2021 22:19
@github-actions
Copy link

github-actions bot commented Oct 4, 2021

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@lblackstone lblackstone marked this pull request as draft October 4, 2021 22:51
@lblackstone
Copy link
Member Author

Marking as draft until I've fixed the env var handling.

@lblackstone lblackstone marked this pull request as ready for review October 5, 2021 15:01
@github-actions
Copy link

github-actions bot commented Oct 5, 2021

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@@ -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
Copy link
Member

@mikhailshilkov mikhailshilkov Oct 6, 2021

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?

Copy link
Member Author

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.

@github-actions
Copy link

github-actions bot commented Oct 6, 2021

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

Copy link
Contributor

@viveklak viveklak left a 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.

provider/pkg/provider/provider.go Show resolved Hide resolved
CHANGELOG.md Show resolved Hide resolved
@github-actions
Copy link

github-actions bot commented Oct 6, 2021

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@lblackstone lblackstone merged commit c4db4e0 into master Oct 6, 2021
@pulumi-bot pulumi-bot deleted the lblackstone/nest-release-settings branch October 6, 2021 20:48
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.

[helm/Release] Nest provider options under complex type
3 participants