From cf42faa83b52bbe4ee7412ad853554495fafb645 Mon Sep 17 00:00:00 2001 From: darkskygit Date: Mon, 27 May 2024 08:16:19 +0000 Subject: [PATCH] fix: helm config typo (#7078) --- .../helm/affine/charts/graphql/templates/metrics-secret.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/helm/affine/charts/graphql/templates/metrics-secret.yaml b/.github/helm/affine/charts/graphql/templates/metrics-secret.yaml index 3f3899626..16e03e0ea 100644 --- a/.github/helm/affine/charts/graphql/templates/metrics-secret.yaml +++ b/.github/helm/affine/charts/graphql/templates/metrics-secret.yaml @@ -1,4 +1,4 @@ -{{- if .Values.app.metrics.enable -}} +{{- if .Values.app.metrics.enabled -}} apiVersion: v1 kind: Secret metadata: