From 7579fd7470b614921729b4d4e50c64fae9a8b45e Mon Sep 17 00:00:00 2001 From: a-thomas-22 Date: Wed, 10 Jul 2024 15:23:17 -0500 Subject: [PATCH] Update deployments.yaml --- charts/nitro/templates/validator/deployments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nitro/templates/validator/deployments.yaml b/charts/nitro/templates/validator/deployments.yaml index 744a73f..f4d35fb 100644 --- a/charts/nitro/templates/validator/deployments.yaml +++ b/charts/nitro/templates/validator/deployments.yaml @@ -108,7 +108,7 @@ spec: {{- end }} {{- end }} volumeMounts: - {{- and $.Values.jwtSecret.enabled }} + {{- if $.Values.jwtSecret.enabled }} - name: jwt-secret mountPath: /secrets/jwtsecret subPath: jwtSecret