diff --git a/.drone.yml b/.drone.yml index cae0cc1..5896459 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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