fix(woodpecker): add scheme to host env var
This commit is contained in:
parent
e6b2a3d093
commit
0f7eee5fb2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue