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

[sdk/go] Add ready attribute to await Helm charts #1784

Merged
merged 2 commits into from
Nov 1, 2021

Conversation

lblackstone
Copy link
Member

Proposed changes

Related issues (optional)

Part of #861

@github-actions
Copy link

github-actions bot commented Nov 1, 2021

Does the PR have any schema changes?

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

@github-actions
Copy link

github-actions bot commented Nov 1, 2021

Does the PR have any schema changes?

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

@@ -24,6 +24,15 @@ func main() {
})
ctx.Export("svc_ip", svc)

_, err = corev1.NewConfigMap(ctx, "cm", &corev1.ConfigMapArgs{
Copy link
Contributor

Choose a reason for hiding this comment

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

Not entirely sure I caught what if anything was changed between step1 and step2? Granted this already existed outside of this change. Could we clarify what the intent with the additional step is?

Copy link
Member Author

Choose a reason for hiding this comment

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

step1 tests the v2 Chart and step2 tests the v3 Chart.

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.

None yet

2 participants