Skip to main content

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).

Project details


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)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page