Delete scripts/efs_guardian_job.json (#27160)
This commit is contained in:
parent
e83a73a363
commit
827e3738fe
|
|
@ -1,36 +0,0 @@
|
|||
{
|
||||
"apiVersion": "batch/v1",
|
||||
"kind": "Job",
|
||||
"metadata": {
|
||||
"name": "appsmith-efs-guardian"
|
||||
},
|
||||
"spec": {
|
||||
"template": {
|
||||
"spec": {
|
||||
"containers": [
|
||||
{
|
||||
"name": "appsmith-efs-guardian",
|
||||
"image": "ubuntu",
|
||||
"command": ["/bin/bash"],
|
||||
"args": [],
|
||||
"volumeMounts": [
|
||||
{
|
||||
"name": "appsmith-efs-dp-volume",
|
||||
"mountPath": "/appsmith-stacks"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"restartPolicy": "OnFailure",
|
||||
"volumes": [
|
||||
{
|
||||
"name": "appsmith-efs-dp-volume",
|
||||
"persistentVolumeClaim": {
|
||||
"claimName": "appsmith-efs-dp-guardian-claim"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user