From 59704eca2b4e4f5bd8a15da288af6034620e0fac Mon Sep 17 00:00:00 2001 From: Andreas Jensen Date: Wed, 3 Apr 2024 18:57:39 +0800 Subject: [PATCH] chore: single quotes --- charts/core/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/core/values.yaml b/charts/core/values.yaml index 52cea8f..e3fed39 100644 --- a/charts/core/values.yaml +++ b/charts/core/values.yaml @@ -11,7 +11,7 @@ storage: googleAuth: projectId: "" privateKeyId: "" - privateKey: "" + privateKey: '' # Use single quotes if the string contains \n or other characters which shouldn't be evaluated by helm clientEmail: "" clientId: ""