Commit db3dfd0
Nissan Pow
fix: add minio-create-bucket local_resource to ensure bucket exists on restart
minio-post-job is a k8s Job that only runs once at install time — on minio
pod restarts the bucket is lost (no persistence) but the Job stays Complete
and never re-runs. Add an idempotent local_resource that creates the bucket
on every tilt up.1 parent 776ed2c commit db3dfd0
1 file changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
37 | 53 | | |
38 | 54 | | |
39 | 55 | | |
| |||
0 commit comments