Skip to content

Commit 6cfa446

Browse files
authored
update name of external db config cm (#2332)
1 parent c038c3e commit 6cfa446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

velero/schedule/common-service-db/cs-db-br-script-cm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ data:
2929
BACKUP_DIR=/cs-db/cs-db-backup
3030
3131
function main {
32-
EMBEDDED=$(oc get cm -n $CSDB_NAMESPACE common-service-db-im -o jsonpath='{.data.IS_EMBEDDED}{"\n"}')
32+
EMBEDDED=$(oc get cm -n $CSDB_NAMESPACE im-datastore-edb-cm -o jsonpath='{.data.IS_EMBEDDED}{"\n"}')
3333
if [[ $MODE == "backup" ]]; then
3434
save_log "logs" "backup_log"
3535
trap cleanup_log EXIT

0 commit comments

Comments
 (0)