Skip to content

Commit ac21240

Browse files
committed
Show configmaps in e2e debug
1 parent 954893b commit ac21240

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

e2e-tests/utils.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,9 @@ function debug_and_show_logs {
232232
echo "Debugging failed e2e test:"
233233
echo "Currently existing Kubernetes resources"
234234
kubectl get all
235+
kubectl get configmaps
235236
kubectl describe all
237+
kubectl describe configmaps
236238

237239
operator_pod_namespace=$(get_operator_pod_namespace)
238240
operator_pod_names=$(get_operator_pod_name)

0 commit comments

Comments
 (0)