catch setup resource errors
parent
ad6fb2d157
commit
c3d4c66842
|
|
@ -1441,6 +1441,7 @@ class KubernetesCleanupCronJob {
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
const spec = {
|
const spec = {
|
||||||
|
restartPolicy: 'Never',
|
||||||
containers: [
|
containers: [
|
||||||
{
|
{
|
||||||
name: 'main',
|
name: 'main',
|
||||||
|
|
@ -1454,7 +1455,6 @@ class KubernetesCleanupCronJob {
|
||||||
kubectl get pods
|
kubectl get pods
|
||||||
`,
|
`,
|
||||||
],
|
],
|
||||||
restartPolicy: 'Never',
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -15,6 +15,7 @@ class KubernetesCleanupCronJob {
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
const spec = {
|
const spec = {
|
||||||
|
restartPolicy: 'Never',
|
||||||
containers: [
|
containers: [
|
||||||
{
|
{
|
||||||
name: 'main',
|
name: 'main',
|
||||||
|
|
@ -28,7 +29,6 @@ class KubernetesCleanupCronJob {
|
||||||
kubectl get pods
|
kubectl get pods
|
||||||
`,
|
`,
|
||||||
],
|
],
|
||||||
restartPolicy: 'Never',
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue