From f4c2089f51890fea2267f5688821fcd0164e57f2 Mon Sep 17 00:00:00 2001 From: Thomas Krampl Date: Mon, 19 Feb 2024 16:16:45 +0100 Subject: [PATCH] fix bad quote --- charts/Feature.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/Feature.yaml b/charts/Feature.yaml index debdf06..9f7d373 100644 --- a/charts/Feature.yaml +++ b/charts/Feature.yaml @@ -68,7 +68,7 @@ values: gcp.billingAccount: displayName: Billing account computed: - template: '"{{ .Env.billing_account | quote }}"' + template: '{{ .Env.billing_account | quote }}' gcp.clusters: displayName: Cluster information