Kubernetes specific helpers and Jinja templating
Project description
# Kubetemplate
Kubernetes specific helpers and Jinja templating
Usage `kubet [-h] [-i INPUT_T] [-o OUTPUT_T]`
`-h` help
`-i` input target path, defaults to targets in .kubetemplate file
`-o` output target path if input target path specified, defaults to same directory
Put a `.kubetemplate` file in your project root. It looks like this:
```yaml
compiler:
targets:
- path: app
to: app.compiled
- path: files
output_prefix: 'pan.'
```
This can be used, for example, to [generate a Kubernetes secret that contains Google service account credentials](https://github.com/hasura/kubetemplate/tree/master/example).
Kubernetes specific helpers and Jinja templating
Usage `kubet [-h] [-i INPUT_T] [-o OUTPUT_T]`
`-h` help
`-i` input target path, defaults to targets in .kubetemplate file
`-o` output target path if input target path specified, defaults to same directory
Put a `.kubetemplate` file in your project root. It looks like this:
```yaml
compiler:
targets:
- path: app
to: app.compiled
- path: files
output_prefix: 'pan.'
```
This can be used, for example, to [generate a Kubernetes secret that contains Google service account credentials](https://github.com/hasura/kubetemplate/tree/master/example).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kubetemplate-0.0.1.tar.gz
(3.3 kB
view hashes)