Skip to content

Commit

Permalink
Remove e2e secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
upalatucci committed Jan 15, 2024
1 parent 916e5c5 commit 3e62c72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test-prow-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ NMSTATE_PLUGIN_IMAGE="$1"

function generateLogsAndCopyArtifacts {
oc cluster-info dump > ${ARTIFACT_DIR}/cluster_info.json
oc get secrets -A -o wide > ${ARTIFACT_DIR}/secrets.yaml
oc get secrets -A -o yaml >> ${ARTIFACT_DIR}/secrets.yaml
oc get catalogsource -A -o wide > ${ARTIFACT_DIR}/catalogsource.yaml
oc get catalogsource -A -o yaml >> ${ARTIFACT_DIR}/catalogsource.yaml
oc get subscriptions -n ${NS} -o wide > ${ARTIFACT_DIR}/subscription_details.yaml
Expand Down

0 comments on commit 3e62c72

Please sign in to comment.