Fix exit not found error in liveness probe manifest (#38)

pull/40/head
Jawad Seddar 5 years ago committed by Rémy-Christophe Schermesser
parent 6f6bb36d3e
commit bbaa7280b9

@ -10,7 +10,8 @@ spec:
livenessProbe:
exec:
command:
- exit
- "1"
- /bin/bash
- -c
- "exit 1"
initialDelaySeconds: 5
periodSeconds: 5

Loading…
Cancel
Save