Skip to content

Commit

Permalink
docs: update samples to use TestRun instead of K6
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Jun 14, 2024
1 parent 5893d99 commit 78836cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/samples/k6_v1alpha1_k6.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
apiVersion: k6.io/v1alpha1
kind: K6
kind: TestRun
metadata:
name: k6-sample
spec:
Expand Down
2 changes: 1 addition & 1 deletion config/samples/k6_v1alpha1_k6_with_initContainers.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
apiVersion: k6.io/v1alpha1
kind: K6
kind: TestRun
metadata:
name: k6-sample
spec:
Expand Down

0 comments on commit 78836cd

Please sign in to comment.