Commit 056df39
committed
provide instructions to retrieve the password
Allow kubernetes/kubectl to reveal the password instead of embedding
it in NOTEs.txt (which is available in `helm get notes <release name>`).
This works for both values provided in values.yaml and anything
that is auto-generated. Helm templates all of the files at once,
before applying the resources, so we cannot lookup in NOTES what
was generated in another file.1 parent db4d3f2 commit 056df39
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
44 | | - | |
45 | 47 | | |
46 | | - | |
| 48 | + | |
47 | 49 | | |
48 | 50 | | |
49 | 51 | | |
| |||
0 commit comments