fix(woodpecker): add scheme to host env var
This commit is contained in:
parent
0f7eee5fb2
commit
52352ad75c
|
@ -26,7 +26,7 @@ spec:
|
|||
enabled: true
|
||||
|
||||
env:
|
||||
WOODPECKER_HOST: https://*host
|
||||
WOODPECKER_HOST: https://ci.${SECRET_NEW_DOMAIN}
|
||||
|
||||
extraSecretNamesForEnvFrom:
|
||||
- woodpecker-secret
|
||||
|
|
Loading…
Reference in New Issue