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