Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
helm3 support for NOTES.txt (hashicorp#369)
Browse files Browse the repository at this point in the history
* helm3 support for NOTES.txt

Signed-off-by: Batuhan Apaydın <[email protected]>
  • Loading branch information
Batuhan Apaydın authored Mar 9, 2020
1 parent db621a2 commit 8aac3f6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,18 @@ Consul with Kubernetes available here:
https://www.consul.io/docs/platform/k8s/index.html


Your release is named {{ .Release.Name }}. To learn more about the release, try:
Your release is named {{ .Release.Name }}.

To learn more about the release if you are using Helm 2, run:

$ helm status {{ .Release.Name }}
$ helm get {{ .Release.Name }}

To learn more about the release if you are using Helm 3, run:

$ helm status {{ .Release.Name }}
$ helm get all {{ .Release.Name }}


{{- if (and .Values.global.bootstrapACLs (gt (len .Values.server.extraConfig) 3)) }}
Warning: Defining server extraConfig potentially disrupts the automatic ACL
Expand Down

0 comments on commit 8aac3f6

Please sign in to comment.