helm-template
helm-template copied to clipboard
Helm plugin to add client-side 'helm template' command.
hi I have the following configmap.yaml ``` apiVersion: v1 kind: ConfigMap metadata: labels: {{- include "labels" . | indent 4 }} name: {{ template "fullname" . }} data: LOG_LEVEL :...
See https://github.com/helm/helm/issues/2587.
The built-in `.Capabilities` provides options about the tiller runtime, e.g. the Kubernetes server version, supported APIs, etc. It will be nice to be able to provide them as flags to...
I added the ability to specify charts in remote repositories (https://github.com/technosophos/helm-template/issues/21). For example, now you can run: ``` helm template stable/mysql ``` In addition to ``` helm template local-chart-directory ```...
Hi, I'm hitting the following on ``` helm version Client: &version.Version{SemVer:"v2.7.2", GitCommit:"8478fb4fc723885b155c924d1c8c410b7a9444e6", GitTreeState:"clean"} Server: &version.Version{SemVer:"v2.7.2", GitCommit:"8478fb4fc723885b155c924d1c8c410b7a9444e6", GitTreeState:"clean"} ``` ``` helm plugin install https://github.com/technosophos/helm-template Error: Unable to update checked out version...
if --output-dir provided, helm template will create the files instead of printing on stdout. while doing so, the directory structure of the output files will be same as directory structure...
is something like this already possible: ``` helm template -r parent/subchart . ``` ?
Hello; thank you for a great little tool! For convenience, it would be nice if this tool supported `--name`, so that `{{ .Release.Name }}` (for example) could be supported in...
Hello, previous to installing this plugin i was able to comment by Cntrl+/ on a Yaml, it would comment each line with a #.. but since installing this plugin, it...
It's not particular to this plugin, but it probably wouldn't hurt to put in a note regarding regenerating shell completion files after installation of a new plugin.