vmware-archive / kubecfg

A tool for managing complex enterprise Kubernetes environments as code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to parametrize templates?

petr-k opened this issue · comments

Is there a way to pass some external parameters to the templates when executing kubecfg commands (e.g. kubecfg update)? I'd really like to avoid string based manipulations (via sed etc.) if possible.

Never mind, found the relevant command line flags (e.g. -V)