Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BulatSaif committed Jun 24, 2024
1 parent d6b185b commit 5f90bc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/node/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ spec:
metadata:
name: chain-data
{{- with .Values.node.chainData.annotations }}
annotations: {{ toYaml . | nindent 10 }}
annotations: {{ toYaml . | nindent 18 }}
{{- end }}
spec:
accessModes: [ "ReadWriteOnce" ]
Expand Down Expand Up @@ -968,7 +968,7 @@ spec:
metadata:
name: relaychain-data
{{- with .Values.node.collatorRelayChain.chainData.annotations }}
annotations: {{ toYaml . | nindent 10 }}
annotations: {{ toYaml . | nindent 18 }}
{{- end }}
spec:
accessModes: [ "ReadWriteOnce" ]
Expand Down

0 comments on commit 5f90bc5

Please sign in to comment.