the backend was reporting with a keyError which doesn't find the
`encrypted` key.
Fixes: https://tracker.ceph.com/issues/59319
Signed-off-by: Nizamudeen A <nia@redhat.com>
(cherry picked from commit
ca8b107cf2198ecf189b513ff75b9d5a9d9782b9)
ngOnInit(): void {
this.osdService.getDeploymentOptions().subscribe((options) => {
this.deploymentOption = options;
- this.selectedOption = { option: options.recommended_option };
+ this.selectedOption = { option: options.recommended_option, encrypted: false };
});
this.stepTitles.forEach((stepTitle) => {