issues
search
maorfr
/
helm-backup
Helm plugin which performs backup/restore of releases in a namespace to/from a file
Other
83
stars
18
forks
source link
Use kubectl create to create the release manifests
#11
Closed
bhavin192
closed
4 years ago
bhavin192
commented
4 years ago
Fixes #10
Not possible to use
replace
as it expects the resource to be available
Using
create
: this fails if the resource already exist. As we already warn user with 'this command will fail if releases exist', this makes more sense to me
maorfr
commented
4 years ago
lgtm, thanks a lot!
Fixes #10
replace
as it expects the resource to be availablecreate
: this fails if the resource already exist. As we already warn user with 'this command will fail if releases exist', this makes more sense to me