diff --git a/pbs_allinone.sh b/pbs_allinone.sh index 69209f0..e68f80c 100644 --- a/pbs_allinone.sh +++ b/pbs_allinone.sh @@ -91,7 +91,8 @@ register_pbs() { --datastore "${PBS_DATASTORE}" \ --username "${PBS_USERNAME}" \ --password "${PBS_PASSWORD}" \ - --fingerprint "${PBS_FINGERPRINT}" 2>&1 + --fingerprint "${PBS_FINGERPRINT}" \ + --namespace "PQ" 2>&1 if [ $? -eq 0 ]; then log_success "PBS 스토리지 등록 완료!"