Commit 363723f
committed
fix snapshot name when creating an S3 backup
When an S3 backup gets created, we forgot to set the "Type" to S3 in one case.
This then lead to issues when using "delete-local" snapshot parameter, as then
the default "InCluster://" based url obviously did not work.
Signed-off-by: Moritz Wanzenböck <moritz.wanzenboeck@linbit.com>1 parent 2876509 commit 363723f
File tree
3 files changed
+8
-3
lines changed- examples/k8s
- pkg/client
3 files changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
942 | 942 | | |
943 | 943 | | |
944 | 944 | | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
945 | 950 | | |
946 | 951 | | |
947 | 952 | | |
| |||
0 commit comments