Skip to content

Commit

Permalink
Fix the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
d-enz committed Aug 3, 2023
1 parent 4a58905 commit 88a2359
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/sysdig-deploy/tests/readme_command_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ templates:
- charts/agent/templates/secrets.yaml
- charts/agent/templates/configmap.yaml
- charts/agent/templates/daemonset.yaml
- charts/nodeAnalyzer/templates/secrets.yaml
- charts/nodeAnalyzer/templates/configmap-benchmark-runner.yaml
- charts/node-analyzer/templates/secrets.yaml
- charts/node-analyzer/templates/configmap-benchmark-runner.yaml
- charts/rapidResponse/templates/secrets.yaml
tests:
- it: check Readme install command under "Agent" example
Expand Down Expand Up @@ -56,11 +56,11 @@ tests:
- equal:
path: data.access-key
value: QUFBQUFBQUEtQkJCQi1DQ0NDLUREREQtRUVFRUVFRUVFRUVF
template: charts/nodeAnalyzer/templates/secrets.yaml
template: charts/node-analyzer/templates/secrets.yaml
- equal:
path: data.collector_endpoint
value: https://secure.apiendpoint.com
template: charts/nodeAnalyzer/templates/configmap-benchmark-runner.yaml
template: charts/node-analyzer/templates/configmap-benchmark-runner.yaml

- it: check Readme install command under "Rapid Response" example
set:
Expand Down

0 comments on commit 88a2359

Please sign in to comment.