Skip to content

Commit

Permalink
chore: Switch from oc to kubectl.
Browse files Browse the repository at this point in the history
  • Loading branch information
smuda committed Apr 16, 2024
1 parent 9553a30 commit cf91207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/examples/secureJsonDatasource/chainsaw-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
- name: step-02
try:
- script:
content: 'oc logs -n ${namespace} -l job-name=grafana-querier | grep "Result: " -A200 | sed "s|Result:||" | jq -r "."'
content: 'kubectl logs -n ${namespace} -l job-name=grafana-querier | grep "Result: " -A200 | sed "s|Result:||" | jq -r "."'
env:
- name: namespace
value: ($namespace)
Expand All @@ -42,7 +42,7 @@ spec:
- name: step-03
try:
- script:
content: 'oc logs -n ${namespace} -l app=thanos-querier | grep "^Authorization:" | head -n 1'
content: 'kubectl logs -n ${namespace} -l app=thanos-querier | grep "^Authorization:" | head -n 1'
env:
- name: namespace
value: ($namespace)
Expand Down

0 comments on commit cf91207

Please sign in to comment.