#helm (2020-03)
Archive: https://archive.sweetops.com/helm/
2020-03-05
can you add | *printf* "%v"
my bad, maybe i shouldnt have deleted my msg.
haha
you figure it out?
i forgot to update my ci to use helm3
hah! ok, that’ll do it.
ya, even these kinds of human errors are helpful to keep.
so I was running lint locally (passes) but ci still using helm2 (not passing)
b/c someone else might search for that same error.
yeah.
for anyone that reads this and somehow ends up making the same mistake I did:
I updated to use helm 3 which broke {{.Release.Time.Seconds}}
in helm template and you’re recommended to use {{ now | unixEpoch }}
instead. Helm lint was passing locally, but not working when I deployed the chart because the CI was breaking on helm lint because it was still using helm2
2020-03-10
Create namespace functionality coming back to helm: https://github.com/helm/helm/pull/7648
closes #6794 Signed-off-by: Matthew Fisher [email protected]
2020-03-27
Adding @discourse_forum bot
@discourse_forum has joined the channel