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