File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
charts/nr-k8s-otel-collector/tests Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -28,35 +28,35 @@ tests:
2828 requests :
2929 memory : " 64Mi"
3030 cpu : " 250m"
31- limits :
32- memory : " 128Mi"
33- cpu : " 500m"
31+ limits :
32+ memory : " 128Mi"
33+ cpu : " 500m"
3434 daemonset :
3535 resources :
3636 requests :
3737 memory : " 32Mi"
3838 cpu : " 125m"
39- limits :
40- memory : " 64Mi"
41- cpu : " 250m"
39+ limits :
40+ memory : " 64Mi"
41+ cpu : " 250m"
4242 asserts :
4343 - equal :
4444 path : spec.template.spec.containers[0].resources
4545 value :
4646 requests :
4747 memory : " 64Mi"
4848 cpu : " 250m"
49- limits :
50- memory : " 128Mi"
51- cpu : " 500m"
49+ limits :
50+ memory : " 128Mi"
51+ cpu : " 500m"
5252 template : templates/deployment.yaml
5353 - equal :
5454 path : spec.template.spec.containers[0].resources
5555 value :
5656 requests :
5757 memory : " 32Mi"
5858 cpu : " 125m"
59- limits :
60- memory : " 64Mi"
61- cpu : " 250m"
59+ limits :
60+ memory : " 64Mi"
61+ cpu : " 250m"
6262 template : templates/daemonset.yaml
You can’t perform that action at this time.
0 commit comments