From 432daf2ec2f03f3e47388d2f0e54a4f0c2fa59ef Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Thu, 7 Sep 2023 12:05:56 -0400 Subject: [PATCH] fix(woodpecker): add host yaml anchor i forgot about it --- cluster/apps/dev/woodpecker/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/dev/woodpecker/helm-release.yaml b/cluster/apps/dev/woodpecker/helm-release.yaml index a62c2793..249bd798 100644 --- a/cluster/apps/dev/woodpecker/helm-release.yaml +++ b/cluster/apps/dev/woodpecker/helm-release.yaml @@ -26,7 +26,7 @@ spec: enabled: true env: - WOODPECKER_HOST: ci.${SECRET_NEW_DOMAIN} + WOODPECKER_HOST: &host ci.${SECRET_NEW_DOMAIN} extraSecretNamesForEnvFrom: - woodpecker-secret