Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #147 from kabanero-io/must-gather-pipeline
Browse files Browse the repository at this point in the history
Gather additional data for pipelines
  • Loading branch information
dacleyra authored Dec 10, 2019
2 parents 22751ef + 21f5540 commit 5e8165e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mustgather/kabanero-mustgather.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ done
# Collect pod logs, describe & get additional resources

NAMESPACES=(kabanero)
APIRESOURCES=(configmaps pods routes roles rolebindings serviceaccounts services)
APIRESOURCES=(configmaps pipelines pipelineruns pods routes roles rolebindings serviceaccounts services tasks)

for NAMESPACE in ${NAMESPACES[@]}
do
Expand Down

0 comments on commit 5e8165e

Please sign in to comment.