Skip to content

Commit

Permalink
added helm changes
Browse files Browse the repository at this point in the history
  • Loading branch information
karthikk92 committed Feb 1, 2022
1 parent 544ec3e commit a0be5b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
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
7 changes: 1 addition & 6 deletions dell-csi-helm-installer/verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,7 @@ function verify_fc_installation() {

# verify secrets exist
function verify_required_secrets() {
if [[ "${@}" == *"-certs"* ]]; then
log step "Verifying that required secrets for certs have been created"
fi
if [[ "${@}" == *"-creds"* ]]; then
log step "Verifying that required secrets for creds have been created"
fi
log step "Verifying that required secrets have been created"

error=0
for N in "${@}"; do
Expand Down

0 comments on commit a0be5b0

Please sign in to comment.