Skip to content

Commit a29d5d3

Browse files
DH ParkjschoiRR
andauthored
프라이머리 스토리지 시크릿키 누락 수정 (#6407)
Co-authored-by: JS Choi <[email protected]>
1 parent 8ae977c commit a29d5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/infra/zone/ZoneWizardLaunchZone.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1339,7 +1339,7 @@ export default {
13391339
const rbdmonitor = this.prefillContent?.primaryStorageRADOSMonitor || ''
13401340
const rbdpool = this.prefillContent?.primaryStorageRADOSPool || ''
13411341
const rbdid = this.prefillContent?.primaryStorageRADOSUser || ''
1342-
const rbdsecret = this.prefillContent?.primaryStorage || ''
1342+
const rbdsecret = this.prefillContent?.primaryStorageRADOSSecret || ''
13431343
url = this.rbdURL(rbdmonitor, rbdpool, rbdid, rbdsecret)
13441344
} else if (protocol === 'Linstor') {
13451345
url = this.linstorURL(server)

0 commit comments

Comments
 (0)