We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug Description
I'm trying to use Warn as an outcome for regex analyzer but it doesn't work, it shows fail instead
Expected Behavior
Just like the examples here https://troubleshoot.sh/docs/analyze/ , i expected that warn is supported as an option.
Steps To Reproduce
apiVersion: troubleshoot.sh/v1beta2 kind: SupportBundle metadata: name: test spec: collectors: - clusterResources: exclude: true - clusterInfo: exclude: true hostCollectors: - run: collectorName: test command: "sh" args: - -c - | #!/bin/bash echo "testing" analyzers: - textAnalyze: checkName: "test" fileName: host-collectors/run-host/test.txt regex: 'Check passed' outcomes: - pass: when: "true" message: "Check passed." - warn: when: "false" message: "There seems to be an issue with the test."
Additional Context
Include the following information.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Bug Description
I'm trying to use Warn as an outcome for regex analyzer but it doesn't work, it shows fail instead
Expected Behavior
Just like the examples here https://troubleshoot.sh/docs/analyze/ , i expected that warn is supported as an option.
Steps To Reproduce
Additional Context
Include the following information.
The text was updated successfully, but these errors were encountered: