Skip to content

Commit

Permalink
Fix pre-commit trim trailing whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Daniele De Lorenzi <[email protected]>
  • Loading branch information
dark-vex committed Oct 29, 2023
1 parent 4f045bb commit 2da9aca
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions charts/node-analyzer/tests/proxy_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ templates:
tests:
- it: "No proxy configured"
set:
global:
kspm:
global:
kspm:
deploy: true
clusterName: "test"
nodeAnalyzer:
Expand Down Expand Up @@ -45,7 +45,7 @@ tests:
httpProxy: "http://squid.domain.local:3128"
httpsProxy: "http://squid.domain.local:3128"
noProxy: "100.64.0.0/10"
kspm:
kspm:
deploy: true
nodeAnalyzer:
hostAnalyzer:
Expand Down Expand Up @@ -80,7 +80,7 @@ tests:
set:
clusterName: "test"
global:
kspm:
kspm:
deploy: true
nodeAnalyzer:
httpProxy: "http://squid.domain.local:3128"
Expand Down Expand Up @@ -118,8 +118,8 @@ tests:

- it: "Proxy settings are set ONLY for host analyzer"
set:
global:
kspm:
global:
kspm:
deploy: true
clusterName: "test"
nodeAnalyzer:
Expand Down Expand Up @@ -162,7 +162,7 @@ tests:
- notExists:
path: data.no_proxy
template: templates/configmap-host-scanner.yaml

- notExists:
path: data.http_proxy
template: templates/configmap-image-analyzer.yaml
Expand Down Expand Up @@ -205,8 +205,8 @@ tests:

- it: "Proxy settings are set ONLY for image analyzer"
set:
global:
kspm:
global:
kspm:
deploy: true
clusterName: "test"
nodeAnalyzer:
Expand Down Expand Up @@ -249,7 +249,7 @@ tests:
- notExists:
path: data.no_proxy
template: templates/configmap-host-scanner.yaml

- notExists:
path: data.http_proxy
template: templates/configmap-host-analyzer.yaml
Expand Down Expand Up @@ -292,8 +292,8 @@ tests:

- it: "Proxy settings are set ONLY for kspm analyzer"
set:
global:
kspm:
global:
kspm:
deploy: true
clusterName: "test"
nodeAnalyzer:
Expand Down Expand Up @@ -337,7 +337,7 @@ tests:
- notExists:
path: data.no_proxy
template: templates/configmap-host-scanner.yaml

- notExists:
path: data.http_proxy
template: templates/configmap-host-analyzer.yaml
Expand Down Expand Up @@ -380,8 +380,8 @@ tests:

- it: "Proxy settings are set ONLY for benchmark runner"
set:
global:
kspm:
global:
kspm:
deploy: true
clusterName: "test"
nodeAnalyzer:
Expand Down Expand Up @@ -424,7 +424,7 @@ tests:
- notExists:
path: data.no_proxy
template: templates/configmap-host-scanner.yaml

- notExists:
path: data.http_proxy
template: templates/configmap-host-analyzer.yaml
Expand Down Expand Up @@ -467,8 +467,8 @@ tests:

- it: "Proxy settings are set ONLY for host scanner"
set:
global:
kspm:
global:
kspm:
deploy: true
clusterName: "test"
nodeAnalyzer:
Expand Down Expand Up @@ -511,7 +511,7 @@ tests:
- notExists:
path: data.no_proxy
template: templates/configmap-benchmark-runner.yaml

- notExists:
path: data.http_proxy
template: templates/configmap-host-analyzer.yaml
Expand Down Expand Up @@ -554,8 +554,8 @@ tests:

- it: "Proxy settings are set ONLY for runtime scanner"
set:
global:
kspm:
global:
kspm:
deploy: true
clusterName: "test"
nodeAnalyzer:
Expand Down Expand Up @@ -598,7 +598,7 @@ tests:
- notExists:
path: data.no_proxy
template: templates/configmap-benchmark-runner.yaml

- notExists:
path: data.http_proxy
template: templates/configmap-host-analyzer.yaml
Expand Down

0 comments on commit 2da9aca

Please sign in to comment.