Skip to content

Commit

Permalink
docs: add support to executor kubent
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdallah committed Jun 8, 2023
1 parent 5d0a5f6 commit 433adb4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions contrib/container/kubent/executor.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: executor.testkube.io/v1
kind: Executor
metadata:
name: kubent
namespace: testkube
spec:
types:
- kubent
executor_type: container
image: ghcr.io/doitintl/kube-no-trouble:latest
1 change: 1 addition & 0 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ const sidebars = {
"test-types/executor-jmeter",
"test-types/executor-k6",
"test-types/executor-kubepug",
"test-types/executor-kubent",
"test-types/executor-maven",
"test-types/executor-playwright",
"test-types/executor-postman",
Expand Down

0 comments on commit 433adb4

Please sign in to comment.