From 648b592dd0b650dcbdd58506ecc5a9d393cd2485 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Thu, 10 Feb 2022 21:11:50 +0100 Subject: [PATCH] fix: add docker environment variables --- values.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/values.yaml b/values.yaml index 7a64736..5c71ab8 100644 --- a/values.yaml +++ b/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: ""