Skip to content

Commit

Permalink
Merge pull request #59 from dell/heml_install_changes_latest
Browse files Browse the repository at this point in the history
KRV-2731 : Verification of secrets repeated twice while installation of driver via helm
  • Loading branch information
karthikk92 authored Feb 2, 2022
2 parents ffc61ce + dd8b5ff commit a78dcd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dell-csi-helm-installer/verify-csi-unity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function verify-csi-unity() {
verify_openshift_versions "4.8" "4.9"
verify_namespace "${NS}"
verify_required_secrets "${RELEASE}-creds"
verify_required_secrets "${RELEASE}-certs-0"
verify_optional_secrets "${RELEASE}-certs"
verify_alpha_snap_resources
verify_unity_protocol_installation
verify_snap_requirements
Expand Down

0 comments on commit a78dcd1

Please sign in to comment.