File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v2
22name : abstract-node
33description : External node for syncing and serving blockchain data for Abstract
4- version : 0.1.23
4+ version : 0.1.24
55type : application
66icon : https://abstract-assets.abs.xyz/icons/light.png
77keywords :
Original file line number Diff line number Diff line change 2222 bootstrap :
2323 {{ toYaml . | nindent 8 | trim }}
2424{{- end }}
25- {{- with .Values.cnpg.externalClusters }}
26- externalClusters :
27- {{ toYaml . | nindent 8 | trim }}
25+ {{- if .Values.cnpg.externalClusters }}
26+ externalClusters : {{- toYaml .Values.cnpg.externalClusters | nindent 8 }}
2827{{- end }}
2928 instances : {{ .Values.cnpg.instances }}
3029 storage :
Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ cnpg:
330330 enablePodMonitor : true
331331 backup : {}
332332 bootstrap : {}
333- externalClusters : {}
333+ externalClusters : []
334334 postgresql :
335335 parameters :
336336 shared_buffers : 2GB
You can’t perform that action at this time.
0 commit comments