We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61861ef commit 9cafed8Copy full SHA for 9cafed8
pkg/backup.go
@@ -66,6 +66,8 @@ func NewCmdBackup() *cobra.Command {
66
if err != nil {
67
return err
68
}
69
+ opt.config = config
70
+
71
opt.kubeClient, err = kubernetes.NewForConfig(config)
72
73
pkg/restore.go
@@ -63,6 +63,8 @@ func NewCmdRestore() *cobra.Command {
63
64
65
0 commit comments