Drone: env subst
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Garrett Mills 2022-11-29 14:55:02 -06:00
parent e92daac46e
commit f5e1f8eb9b

View File

@ -33,6 +33,7 @@ steps:
image: rockylinux:9.0-minimal
commands:
- microdnf install -y gettext
- cd deploy && mkdir ../deploy-subst && bash -c 'for f in *.yaml; do envsubst < $f > ../deploy-subst/$f; done'
# - name: k8s rollout
# image: bitnami/kubectl