Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
/ wercker-step-ktmpl Public archive

Wercker step to process Kubernetes templates using ktmpl.

Notifications You must be signed in to change notification settings

blendle/wercker-step-ktmpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes manifest template processing wercker status

This step uses the ktmpl tool to parse Kubernetes template files and stores the generated file for future usage with like the kubectl step.

Example

deploy:
  steps:
  - blendle/ktmpl:
    template: template.yml              # required, must contain valid template
    output: deployment.yml              # optional, defaults to kubernetes.yml
    parameters: REPLICA_COUNT=2 KEY=foo # optional, regular parameters
    base64_parameters: SECRET=$secret   # optional, will be base64 encoded
    version: 0.3.0                      # optional, ktmpl version to download
    debug: true                         # optional, print debug information

License

The step is available as open source under the terms of the MIT License.

About

Wercker step to process Kubernetes templates using ktmpl.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages