fix(woodpecker): add scheme to host env var
This commit is contained in:
parent
e6b2a3d093
commit
0f7eee5fb2
|
@ -26,7 +26,7 @@ spec:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
WOODPECKER_HOST: &host ci.${SECRET_NEW_DOMAIN}
|
WOODPECKER_HOST: https://*host
|
||||||
|
|
||||||
extraSecretNamesForEnvFrom:
|
extraSecretNamesForEnvFrom:
|
||||||
- woodpecker-secret
|
- woodpecker-secret
|
||||||
|
@ -39,7 +39,7 @@ spec:
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
|
|
||||||
hosts:
|
hosts:
|
||||||
- host: *host
|
- host: &host ci.${SECRET_NEW_DOMAIN}
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
|
Loading…
Reference in New Issue