Unverified Commit 0629eb6d authored by Yury Fedorov's avatar Yury Fedorov Committed by Matt Farina
Browse files

Fix secure installation link in v2 (#6912)


Signed-off-by: default avataryury <yury@panoply.io>
(cherry picked from commit dc2f5bcb)
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
...@@ -293,7 +293,7 @@ func (i *initCmd) run() error { ...@@ -293,7 +293,7 @@ func (i *initCmd) run() error {
if !tlsVerify { if !tlsVerify {
fmt.Fprintln(i.out, "\nPlease note: by default, Tiller is deployed with an insecure 'allow unauthenticated users' policy.\n"+ fmt.Fprintln(i.out, "\nPlease note: by default, Tiller is deployed with an insecure 'allow unauthenticated users' policy.\n"+
"To prevent this, run `helm init` with the --tiller-tls-verify flag.\n"+ "To prevent this, run `helm init` with the --tiller-tls-verify flag.\n"+
"For more information on securing your installation see: https://docs.helm.sh/using_helm/#securing-your-helm-installation") "For more information on securing your installation see: https://v2.helm.sh/docs/securing_installation/")
} }
} }
if err := i.ping(i.opts.SelectImage()); err != nil { if err := i.ping(i.opts.SelectImage()); err != nil {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment