catch setup resource errors
parent
327eafbb47
commit
ad6fb2d157
|
|
@ -1454,7 +1454,7 @@ class KubernetesCleanupCronJob {
|
||||||
kubectl get pods
|
kubectl get pods
|
||||||
`,
|
`,
|
||||||
],
|
],
|
||||||
restartPolicy: '',
|
restartPolicy: 'Never',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -28,7 +28,7 @@ class KubernetesCleanupCronJob {
|
||||||
kubectl get pods
|
kubectl get pods
|
||||||
`,
|
`,
|
||||||
],
|
],
|
||||||
restartPolicy: '',
|
restartPolicy: 'Never',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue