Skip to content

Commit

Permalink
Time parse doesnt support day notation
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed Nov 30, 2021
1 parent c4ba3fe commit 213d518
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/samples/troubleshoot_v1beta2_collector.yaml
Expand Up @@ -15,7 +15,7 @@ spec:
# - name=nginx-ingress-microk8s
# namespace: default
# limits:
# maxAge: 30d
# maxAge: 720h # 30*24
# maxLines: 10000
# - run:
# collectorName: ping-google
Expand Down
2 changes: 1 addition & 1 deletion examples/support-bundle/sample-supportbundle.yaml
Expand Up @@ -10,7 +10,7 @@ spec:
- component=nginx
namespace: repl{{ Namespace }}
limits:
maxAge: 30d
maxAge: 720h # 30*24
maxLines: 10000
analyzers:
- clusterVersion:
Expand Down

0 comments on commit 213d518

Please sign in to comment.