Skip to content

Commit

Permalink
feat: update Agent description in values (#240)
Browse files Browse the repository at this point in the history
* update Agent chart description in values.yaml
  • Loading branch information
ypoplavs authored Nov 22, 2024
1 parent a7a4541 commit e473348
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions charts/testkube-enterprise/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -446,9 +446,13 @@ testkube-cloud-ui:
# -- Toggle whether to enable redirect Ingress which allows having a different subdomain redirecting to the actual Dashboard UI Ingress URL
ingressRedirect:
enabled: false
## Testkube chart parameters
## Testkube Agent chart parameters
testkube-agent:
# -- Toggle whether to install & connect Testkube Agent in the same cluster
# -- Toggle whether to install & connect Testkube Agent in the same namespace.
# Keep it disabled to have more control over where your agents run.
# See https://docs.testkube.io/articles/install/overview for more info.
# This relies on the `testkube-default-agent-token` shared secret.
# See https://docs.testkube.io/articles/install/install-with-helm#shared-secrets
enabled: false
## Testkube Worker Service chart parameters
testkube-worker-service:
Expand Down

0 comments on commit e473348

Please sign in to comment.