Skip to content

Commit

Permalink
Ignore 'check if MCG root secret is public' if we use MS (red-hat-sto…
Browse files Browse the repository at this point in the history
…rage#9288)

Signed-off-by: Itzhak Kave <[email protected]>
Co-authored-by: Itzhak Kave <[email protected]>
  • Loading branch information
yitzhak12 and Itzhak Kave authored Feb 8, 2024
1 parent 1f24abc commit 27a1245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocs_ci/ocs/resources/storage_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ def ocs_install_verification(
validate_serviceexport()

# check that noobaa root secrets are not public
if not client_cluster:
if not (client_cluster or managed_service):
assert (
check_if_mcg_root_secret_public() is False
), "Seems like MCG root secrets are public, please check"
Expand Down

0 comments on commit 27a1245

Please sign in to comment.