Fix exit not found error in readiness probe manifest (#40)

pull/42/head
Jawad Seddar 5 years ago committed by Rémy-Christophe Schermesser
parent bbaa7280b9
commit 11e01e9190

@ -21,8 +21,9 @@ spec:
readinessProbe:
exec:
command:
- exit
- "1"
- /bin/bash
- -c
- "exit 1"
initialDelaySeconds: 5
periodSeconds: 5
---

Loading…
Cancel
Save