Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Fix Chaincode CrashLoopBackOff Problem

Compare
Choose a tag to compare
@mirioeggmann mirioeggmann released this 06 Jul 06:33
ebc10e7

Change Chaincode RestartPolicy from

RestartPolicy:      apiv1.RestartPolicyAlways,

to

RestartPolicy:      apiv1.RestartPolicyNever,