From 7fae7b10d9ae1c7f284a769ed11c39a0dd0e5a1f Mon Sep 17 00:00:00 2001 From: Chao Zhang Date: Thu, 25 Jul 2024 17:46:57 +0200 Subject: [PATCH] fix --- charts/tezos/templates/octez-rollup-node.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/tezos/templates/octez-rollup-node.yaml b/charts/tezos/templates/octez-rollup-node.yaml index 2e391c4..c158dad 100644 --- a/charts/tezos/templates/octez-rollup-node.yaml +++ b/charts/tezos/templates/octez-rollup-node.yaml @@ -33,7 +33,7 @@ kind: StatefulSet metadata: name: rollup-{{ $k }} namespace: {{ $.Release.Namespace }} -{{- if $v.annotations | default false }} +{{- if $v.annotations }} {{- with $v.annotations }} annotations: {{- toYaml . | nindent 4 }} @@ -212,3 +212,4 @@ spec: {{- end }} {{- end }} {{- end }} +{{- end }} \ No newline at end of file