From 361dbf7d1f3e67d164457e8a2e2a8a3bd39bd4c5 Mon Sep 17 00:00:00 2001 From: Eric Vaandering Date: Thu, 19 Oct 2023 16:08:37 +0900 Subject: [PATCH] Fix unrelated linting problem --- charts/rucio-ui/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/rucio-ui/values.yaml b/charts/rucio-ui/values.yaml index 423ea63..5d5b11b 100644 --- a/charts/rucio-ui/values.yaml +++ b/charts/rucio-ui/values.yaml @@ -8,7 +8,7 @@ replicaCount: 1 useDeprecatedImplicitSecrets: true # When set, run extra busybox containers in the relevant pods to also expose the error logs -exposeErrorLogs: True +exposeErrorLogs: true service: type: NodePort