diff --git a/cluster/apps/dev/woodpecker/helm-release.yaml b/cluster/apps/dev/woodpecker/helm-release.yaml index 249bd798..a0aca346 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: &host ci.${SECRET_NEW_DOMAIN} + WOODPECKER_HOST: https://*host extraSecretNamesForEnvFrom: - woodpecker-secret @@ -39,7 +39,7 @@ spec: traefik.ingress.kubernetes.io/router.entrypoints: websecure hosts: - - host: *host + - host: &host ci.${SECRET_NEW_DOMAIN} paths: - path: / pathType: Prefix