Skip to content

Commit 569b429

Browse files
Fix backup session creation command
Signed-off-by: RokibulHasan7 <mdrokibulhasan@appscode.com> Co-authored-by: Nihal Azmain <nihal@appscode.com>
1 parent f483bf3 commit 569b429

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/corekubestashcom-backupsession-editor/ui/functions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function isBackupSelected({ getValue, discriminator, watchDependency }) {
6464

6565
function buildCommand({ getValue, discriminator, commit }) {
6666
const sessions = getValue(discriminator, '/selectedSessions')
67-
let generatedCommand = `trigger ${backupName} -n ${backupNamespace}`
67+
let generatedCommand = `kubectl-kubestash trigger ${backupName} -n ${backupNamespace}`
6868
sessions?.forEach((ele) => {
6969
generatedCommand += ` --sessions ${ele}`
7070
})

0 commit comments

Comments
 (0)