We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f28188 commit f042678Copy full SHA for f042678
testing/kuttl/e2e/support-export/01--support_export.yaml
@@ -4,6 +4,7 @@ kind: TestStep
4
commands:
5
- script: kubectl-pgo --namespace $NAMESPACE --operator-namespace postgres-operator support export kuttl-support-cluster -o .
6
- script: tar -xzf ./crunchy_k8s_support_export_*.tar.gz
7
+- script: ls && ls kuttl-support-cluster && ls operator
8
- script: |
9
CLEANUP="rm -r ./kuttl-support-cluster ./operator ./crunchy_k8s_support_export_*.tar.gz"
10
check_file() {
0 commit comments