From f5e1f8eb9bd8d668979d82fd5905286092787e55 Mon Sep 17 00:00:00 2001 From: garrettmills Date: Tue, 29 Nov 2022 14:55:02 -0600 Subject: [PATCH] Drone: env subst --- .drone.yml | 1 + 1 file changed, 1 insertion(+) 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