Skip to content

Helper script for kubectl deployments using minimal requirements. (bash, grep, sed, base64)

License

Notifications You must be signed in to change notification settings

schaze/k8-deploy-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

k8-deploy-helper

Helper script for kubectl deployments using minimal requirements. (bash, grep, sed, base64) Offers:

  • Easy substitution -- {{MY_VARNAME}}
  • Reading from user input -- {{MY_VARNAME | READ}}
  • Reading from file -- {{MY_VARNAME | FILE:}}
  • Base64 encoding for secrets -- {{MY_VARNAME | BASE64}}

Options are combineable, e.g.: {{MY_VARNAME | READ | BASE64}} Note: Plain text multiline file inputs are not supported yet (due to indentation) When using base64 encoding this is fine

About

Helper script for kubectl deployments using minimal requirements. (bash, grep, sed, base64)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages