-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/k8s e2e tests #135
Feat/k8s e2e tests #135
Conversation
…/dynatrace-otel-collector into feat/k8s-e2e-tests
Seems interesting! I’m missing a high level instructions about how to run these tests and what the requirements are (like Kind). Maybe the description from PR about the scope should be stored in some README? |
Currently, the tests need to be triggered manually, which is tbd. when it should run automatically. |
Thanks @heckelmann! |
This PR adds the initial functionality to run K8s E2E Tests using Chainsaw from Kyverno
This Action Requires the following environment variables
DT_API_ENDPOINT
: The URL of the Dynatrace OTLP endpoint. Example:https://<your-environment-id>.live.dynatrace.com/api/v2/otlp
DT_API_TOKEN
: The API token for the Dynatrace environment.What is covered by this PR:
Note
If you merge this PR please do a squash commit to hide my commit messages ;)