Skip to content

Commit

Permalink
emptyDir for slot-injector, remove sleep 3
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Dec 13, 2023
1 parent 02b8cd9 commit 2d174da
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions charts/tezos/templates/octez-dal-slot-injector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ data:
octez-client -E ${L1_NODE} --wait 1 publish dal commitment $commitment from ${INJECTOR_ACCOUNT} for slot $slot_id with proof $proof
echo "\n================="
sleep 3
curl -s ${L1_NODE}/chains/main/mempool/monitor_operations -o /dev/null
done
---
apiVersion: apps/v1
Expand Down Expand Up @@ -114,17 +110,10 @@ spec:
- name: tezos-accounts
secret:
secretName: tezos-secret
- name: var-volume
emptyDir: {}
- name: script-volume
configMap:
name: slot-injector-configmap
volumeClaimTemplates:
- metadata:
name: var-volume
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: "1Gi"
---
{{- end }}

0 comments on commit 2d174da

Please sign in to comment.