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

Update notes template to be helm v3 compatible #378

Merged
merged 1 commit into from
Aug 27, 2020
Merged

Conversation

tomhjp
Copy link
Contributor

@tomhjp tomhjp commented Aug 27, 2020

helm get {{ .Release.Name }} is replaced by helm get all {{ .Release.Name }} in helm v3, but all doesn't exist in v2. In v3, running helm get vault returns the help text.

In this PR I've proposed changing to vault get manifest because that's an example that works on both versions without having to write a caveat with two versions of the command, and contains the additional information that I think most new users would be immediately interested in. But I'm not opposed to giving two versions of the command either.

v2 docs: https://v2.helm.sh/docs/helm/#helm-get
v3 docs: https://helm.sh/docs/helm/helm_get/

`helm get {{ .Release.Name }}` is replaced by `vault get all {{ .Release.Name }}` in helm v3, but `all` doesn't exist in v2.
@tomhjp tomhjp requested a review from jasonodonnell August 27, 2020 14:49
@tomhjp tomhjp merged commit 798ac9c into master Aug 27, 2020
@tomhjp tomhjp deleted the notes-update branch August 27, 2020 15:34
@jasonodonnell jasonodonnell mentioned this pull request Oct 20, 2020
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.

2 participants