Skip to content

Commit

Permalink
create kms resources for IBM FlashSystem storage
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjalKatiyar authored and openshift-cherrypick-robot committed Nov 23, 2021
1 parent 1175ba4 commit afbd7ec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ const handleReviewAndCreateNext = async (
await createStorageSystem(subSystemName, subSystemKind);
if (!hasOCS && !isRhcs) {
await labelNodes(nodes);
if (encryption.advanced) await Promise.all(createClusterKmsResources(kms));
await createStorageCluster(state);
}
if (!isRhcs) await waitforCRD(model);
Expand Down

0 comments on commit afbd7ec

Please sign in to comment.