Skip to content

Environment variables

Description: Path to the jb tool executable
Default: $PATH/jb

Description: Path to the kubectl tool executable
Default: $PATH/kubectl

Description: Print all calls to kubectl
Default: false

Description: Path to the helm executable
Default: $PATH/helm

Description: Path to the kustomize executable
Default: $PATH/kustomize

Description: Pager to use when displaying output. Set to an empty string to disable paging. Default: $PAGER

Description: Pager to use when displaying output. Only used if TANKA_PAGER is not set. Set to an empty string to disable paging. Default: less --RAW-CONTROL-CHARS --quit-if-one-screen --no-init

Description: Allow redirection of the output of tk show to other commands when set to true, same as the --dangerous-allow-redirect flag. Redirection of the output of tk show is discouraged and disabled by default. If you want to export .yaml files for use with other tools, try tk export. Default: false