getporter / helm2-mixin

Helm mixin for Porter
https://porter.sh/mixins/helm
Apache License 2.0
13 stars 7 forks source link

fix(outputs.go): remove single quotes from k8s outputs #77

Closed vdice closed 4 years ago

vdice commented 4 years ago

Removes the single quotes around a k8s output (also done in the k8s mixin: https://github.com/getporter/porter/pull/1227/files#diff-ee3f112df3df9e8ec5f3f9f98618987fR97)

I originally had designs for a refactor to enable sharing the same bit of code but wanted to get the fix in while other tasks take priority.

Closes https://github.com/deislabs/porter-helm/issues/71

MChorfa commented 4 years ago

LGTM!