Can't make my test trigger works on my kubernetes. #5348
-
Hi testkube, I'm here for asking help for how to config my testkube works 🥹 I've deployed testkube on my kubernetes in namespace Now I am trying to use My test trigger deployed on namespace apiVersion: tests.testkube.io/v1
kind: TestTrigger
metadata:
name: test-trigger-test
namespace: default
spec:
resource: pod
resourceSelector:
labelSelector:
matchLabels:
app: member-svc
event: created
action: run
execution: test
concurrencyPolicy: allow
testSelector:
name: integration-test
namespace: testkube
However, it is not working as expected. After checking the logs of the Thank you so much. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
hey, @PaulChen79 Both trigger and test should be in Testkube namespace, your pod can be in any namespace. Please check testkube api server logs, it should contain matching details |
Beta Was this translation helpful? Give feedback.
hey, @PaulChen79 Both trigger and test should be in Testkube namespace, your pod can be in any namespace. Please check testkube api server logs, it should contain matching details