Skip to content

Add gettext for envsubst support

Kristian Klausen requested to merge krkl/kubernetes-deploy:patch-1 into master

envsubst make it easier to replace a lot of variable in a file.
Useful if we need to replace a lot of variable in the deployment.yaml file from the .gitlab-ci.yml job.


Kind of needed for: #4

Merge request reports