Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upPotential issue with helm install notes #141
Comments
This comment has been minimized.
This comment has been minimized.
You'll still need the |
This comment has been minimized.
This comment has been minimized.
Hi thanks for getting back so soon. This is the output from helm after installing. Perhaps what you could do to fix this is something like just point to the latest URL or give the command to fetch the release variable in the helm chart output? Alex |
This comment has been minimized.
This comment has been minimized.
Thanks for the report. The helm chart is managed by different people, so I'm going to move this issue to the helm/charts repo. Please stay on the line, your call is important to us, etc... |
anguslees
referenced this issue
Feb 8, 2019
Open
[stable/sealed-secrets] helm post-install notes don't define $release #11258
This comment has been minimized.
This comment has been minimized.
(Moved to helm/charts#11258) |
alexellis commentedFeb 7, 2019
I was just running through the helm chart installation and saw this:
However, when running the command this always fails because
$release
is never defined and on Linux this generates the following invalid URLhttps://github.com/bitnami-labs/sealed-secrets/releases/download//kubeseal-linux-amd64
.I'd guess that having the release variable in the helm chart template would fix this.
What do you think?