Skip to content

Commit

Permalink
debug log for pod describe
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekr-splunk committed Feb 29, 2024
1 parent 7faec8e commit 1cca164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ elif [ "${CLUSTER_WIDE}" != "true" ]; then
else
echo "Installing enterprise operator from ${PRIVATE_SPLUNK_OPERATOR_IMAGE}..."
make deploy IMAGE_TAG_BASE=docker.io/splunk/splunk-operator IMG=${PRIVATE_SPLUNK_OPERATOR_IMAGE} SPLUNK_ENTERPRISE_IMAGE=${PRIVATE_SPLUNK_ENTERPRISE_IMAGE} WATCH_NAMESPACE=""
kubectl describe pod -n splunk-operator
fi

if [ $? -ne 0 ]; then
echo "Unable to install the operator. Exiting..."
kubectl describe pod -n splunk-operator
exit 1
fi

Expand Down

0 comments on commit 1cca164

Please sign in to comment.