From eab77fd992f518e2cd12bc5c22998d4b32f040dd Mon Sep 17 00:00:00 2001 From: cmoulliard Date: Mon, 25 Sep 2023 10:05:58 +0200 Subject: [PATCH] Adding the new parameters to configure the logger: level, format and timestamp Signed-off-by: cmoulliard --- deploy/webhook-all.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deploy/webhook-all.yml b/deploy/webhook-all.yml index 5c94086..7bd437c 100644 --- a/deploy/webhook-all.yml +++ b/deploy/webhook-all.yml @@ -260,6 +260,12 @@ spec: env: - name: GROUP_NAME value: acme.mycompany.com + - name: LOGGING_LEVEL + value: info + - name: LOGGING_FORMAT + value: color + - name: LOGGING_TIMESTAMP + value: "false" image: quay.io/snowdrop/cert-manager-webhook-godaddy:latest imagePullPolicy: IfNotPresent livenessProbe: