move logs to collectors array

This commit is contained in:
GraysonNull
2020-07-13 22:26:17 +00:00
parent a70843cd69
commit cc9d3aedec

View File

@@ -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:
@@ -90,4 +99,3 @@ spec:
message: The API deployment has only a single ready replica.
- pass:
message: There are multiple replicas of the API deployment ready.