Commit 4149ca9
committed
Explicitly add the File backend for local storage
Local storage is an example where glance is adopted with a dummy
backend.
While we decide what should be used as base use case, this patch
fixes the local backend adoption by adding type:single, otherwise
the webhook will deny the deployment, and we explicitly add the
file config to avoid unexpected parsing behaviors.
Signed-off-by: Francesco Pantano <fpantano@redhat.com>1 parent 0ea5b71 commit 4149ca9
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
12 | 17 | | |
13 | 18 | | |
14 | 19 | | |
15 | 20 | | |
16 | 21 | | |
| 22 | + | |
17 | 23 | | |
18 | 24 | | |
19 | 25 | | |
| |||
0 commit comments