Skip to content

Commit c981170

Browse files
fix(cardano-node): fix cardano node topology json peersnapshotfile
Signed-off-by: Tripura Repalle <tripura@blinklabs.io>
1 parent fa63597 commit c981170

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

charts/cardano-node/templates/topology-configmap.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ data:
3030
}
3131
{{- end }}
3232
]
33-
{{- with .Values.topology.peerSnapshotFile }},
33+
{{- with .Values.topology.peerSnapshotFile }}
34+
,
3435
"peerSnapshotFile": {{ . | toJson }}
3536
{{- end }},
3637
"publicRoots": [{{- $publicIndex := 0 }}

0 commit comments

Comments
 (0)