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

Improve install notes #4144

Merged
merged 8 commits into from
Jan 25, 2022
Merged

Conversation

antgamdia
Copy link
Contributor

Description of the change

As we did at #4138, this PR is to improve the output of the post-install notes.
Also, it now renders markdown, which will be useful once #4143 gets merged.

Benefits

Better output.

Possible drawbacks

N/A

Applicable issues

Additional information

image

Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
// when using `` we cannot escape the ` char itself, so let's replace it later
expected := strings.ReplaceAll(tt.expected, "<x60>", "`")
if want, got := expected, readme; !cmp.Equal(want, got) {
t.Logf(got)
Copy link
Contributor

Choose a reason for hiding this comment

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

Debugging output?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ooops 😇, forgot to remove it. Thanks!

Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>

Conflicts:
	cmd/kubeapps-apis/plugins/kapp_controller/packages/v1alpha1/server_utils_test.go
@antgamdia antgamdia merged commit dfea7a1 into vmware-tanzu:main Jan 25, 2022
@antgamdia antgamdia deleted the improveInstallNotes branch January 25, 2022 12:07
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