fix(woodpecker): add scheme to host env var

This commit is contained in:
SeanOMik 2023-09-07 12:11:42 -04:00
parent e6b2a3d093
commit 0f7eee5fb2
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
1 changed files with 2 additions and 2 deletions

View File

@ -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