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 details)
File details
Details for the file kubetemplate-0.0.1.tar.gz.
File metadata
- Download URL: kubetemplate-0.0.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b751a20b89a8023d07de0860e5608e9a2a840a872a9b1d3b573cbb4c2df4f387
|
|
| MD5 |
a9ef707e68d76b57ef9dc66fc04c8828
|
|
| BLAKE2b-256 |
418b90525c21688027d146616a794a0b65d228733a36bde558b34168157742ec
|