Skip to content

Commit

Permalink
Add helm NOTES file
Browse files Browse the repository at this point in the history
This patch adds helm NOTES.txt file to the respective template folders.

Fixes: #10070
Signed-off-by: Swaminathan Vasudevan <svasudevan@suse.com>
  • Loading branch information
soumynathan authored and aanm committed Apr 1, 2020
1 parent f1f3a5a commit 94dcaa7
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install/kubernetes/cilium/charts/agent/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
You have successfully installed Cilium {{ .Chart.Name }}

Your release version is {{ .Chart.Version }}

For any further help, visit https://docs.cilium.io/en/v{{ substr 0 3 .Chart.Version }}/gettinghelp
5 changes: 5 additions & 0 deletions install/kubernetes/cilium/charts/config/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
You have successfully installed Cilium {{ .Chart.Name }}

Your release version is {{ .Chart.Version }}

For any further help, visit https://docs.cilium.io/en/v{{ substr 0 3 .Chart.Version }}/gettinghelp
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
You have successfully installed Cilium {{ .Chart.Name }}

Your release version is {{ .Chart.Version }}

For any further help, visit https://docs.cilium.io/en/v{{ substr 0 3 .Chart.Version }}/gettinghelp
5 changes: 5 additions & 0 deletions install/kubernetes/cilium/charts/nodeinit/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
You have successfully installed Cilium {{ .Chart.Name }}

Your release version is {{ .Chart.Version }}

For any further help, visit https://docs.cilium.io/en/v{{ substr 0 3 .Chart.Version }}/gettinghelp
5 changes: 5 additions & 0 deletions install/kubernetes/cilium/charts/operator/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
You have successfully installed Cilium {{ .Chart.Name }}

Your release version is {{ .Chart.Version }}

For any further help, visit https://docs.cilium.io/en/v{{ substr 0 3 .Chart.Version }}/gettinghelp
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
You have successfully completed the preflight check

For any further help, visit https://docs.cilium.io/en/v{{ substr 0 3 .Chart.Version }}/gettinghelp

0 comments on commit 94dcaa7

Please sign in to comment.