We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f84c858 commit a48e2e1Copy full SHA for a48e2e1
spartan/aztec-network/templates/pxe.yaml
@@ -123,7 +123,7 @@ spec:
123
- |
124
curl -s -X POST -H 'content-type: application/json' \
125
-d '{"jsonrpc":"2.0","method":"pxe_getNodeInfo","params":[],"id":67}' \
126
- 127.0.0.1:{{ .Values.pxe.service.nodePort }} | grep -q '"rollupVersion":1'
+ 127.0.0.1:{{ .Values.pxe.service.nodePort }} | grep -q '"rollupVersion":[1-9][0-9]*'
127
initialDelaySeconds: {{ .Values.pxe.readinessProbe.initialDelaySeconds }}
128
periodSeconds: {{ .Values.pxe.readinessProbe.periodSeconds }}
129
timeoutSeconds: {{ .Values.pxe.readinessProbe.timeoutSeconds }}
0 commit comments