fix: add docker environment variables
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
8b885f7db1
commit
648b592dd0
14
values.yaml
14
values.yaml
@ -47,6 +47,20 @@ cronjob:
|
||||
|
||||
renovate:
|
||||
env: {}
|
||||
# DOCKER_HOST
|
||||
# Specify a native docker host instead of using dind.
|
||||
# DOCKER_HOST: ""
|
||||
|
||||
# DOCKER_CERT_PATH
|
||||
# Specify the path where TLS certificates can be found to encrypt the
|
||||
# traffic between TCP socket and renovate. The certificates must be provided
|
||||
# via extra secret volumes.
|
||||
# DOCKER_CERT_PATH: ""
|
||||
|
||||
# DOCKER_TLS_VERIFY
|
||||
# Ignore TLS certificate verification: "true" or "false"
|
||||
# DOCKER_TLS_VERIFY: "true"
|
||||
|
||||
# LOG_LEVEL
|
||||
# Define the log level of renovate
|
||||
# LOG_LEVEL: ""
|
||||
|
Loading…
Reference in New Issue
Block a user