Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Wercker step to process templates using expenv.

Notifications You must be signed in to change notification settings

blendle/wercker-step-expenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manifest template processing wercker status

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

Example

deploy:
  steps:
  - blendle/expenv:
    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
    version: 1.2.0                      # optional, expenv 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 templates using expenv.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages