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

[Helm/Release] Add examples to API reference docs and sdks #1887

Merged
merged 4 commits into from
Jan 27, 2022

Conversation

viveklak
Copy link
Contributor

Proposed changes

This change adds a number of reference examples for using Helm Release resource to API docs and SDK docstrings.

Related issues (optional)

Fixes #1695

@github-actions
Copy link

Does the PR have any schema changes?

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

1 similar comment
@github-actions
Copy link

Does the PR have any schema changes?

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

Copy link
Member

@lblackstone lblackstone left a comment

Choose a reason for hiding this comment

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

Looks great aside from the one formatting comment 🎉

Comment on lines 574 to 580
"cluster": pulumi.Map{
"enabled": pulumi.Bool(true),
},
"rbac": pulumi.Map{
"create": pulumi.Bool(true),
},
},
Copy link
Member

Choose a reason for hiding this comment

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

Looks like the indentation is wrong here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for pointing out! Fixed now.

@github-actions
Copy link

Does the PR have any schema changes?

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

@github-actions
Copy link

Does the PR have any schema changes?

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

@viveklak viveklak merged commit 4cba411 into master Jan 27, 2022
@pulumi-bot pulumi-bot deleted the vl/AddReleaseAPIDocs branch January 27, 2022 21:59
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] Add examples into description/schema in each language for docs
2 participants