Skip to content

Commit

Permalink
Merge pull request #225 from GraysonNull/grayson/update-samples
Browse files Browse the repository at this point in the history
fix invalid analyzer in sample support-bundle
  • Loading branch information
GraysonNull committed Jul 13, 2020
2 parents 52e385f + cc9d3ae commit 3b8e53b
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions examples/support-bundle/sample-supportbundle.yaml
Expand Up @@ -3,6 +3,15 @@ kind: SupportBundle
metadata:
name: example
spec:
collectors:
- logs:
selector:
- app=example
- component=nginx
namespace: repl{{ Namespace }}
limits:
maxAge: 30d
maxLines: 10000
analyzers:
- clusterVersion:
outcomes:
Expand Down Expand Up @@ -90,11 +99,3 @@ spec:
message: The API deployment has only a single ready replica.
- pass:
message: There are multiple replicas of the API deployment ready.
- logs:
selector:
- app=example
- component=nginx
namespace: repl{{ Namespace }}
limits:
maxAge: 30d
maxLines: 10000

0 comments on commit 3b8e53b

Please sign in to comment.