UNPKG

@zombienet/orchestrator

Version:

ZombieNet aim to be a testing framework for substrate based blockchains, providing a simple cli tool that allow users to spawn and test ephemeral Substrate based networks

17 lines (16 loc) 295 B
apiVersion: v1 kind: PersistentVolume metadata: name: global-data-pv spec: storageClassName: "" capacity: storage: { storage } claimRef: name: global-data-pvc accessModes: - ReadOnlyMany gcePersistentDisk: pdName: { pdName } fsType: { fsType } readOnly: true