We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
The Helm chart decides to include the NATS based on testkube-api.nats.enabled.
testkube-api.nats.enabled
If someone wants to use external NATS service, there are 2 options now:
testkube-api.nats.secretName
testkube-api.nats.secretKey
testkube-api.nats.enabled: true
Expected behavior
testkube-api.nats.uri
The text was updated successfully, but these errors were encountered:
fix: allow external NATS passed for deployment
cb9b45d
Relates to: kubeshop/testkube#4848
rangoo94
No branches or pull requests
Describe the bug
The Helm chart decides to include the NATS based on
testkube-api.nats.enabled
.If someone wants to use external NATS service, there are 2 options now:
testkube-api.nats.secretName
andtestkube-api.nats.secretKey
for the expected NATS service and keeptestkube-api.nats.enabled: true
Expected behavior
testkube-api.nats.uri
)The text was updated successfully, but these errors were encountered: