Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
puppetninja committed Jul 25, 2024
1 parent b5bd579 commit 7fae7b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/tezos/templates/octez-rollup-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -212,3 +212,4 @@ spec:
{{- end }}
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 7fae7b1

Please sign in to comment.