Skip to content

Commit

Permalink
update description in values
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs committed Nov 22, 2024
1 parent 9ac4b62 commit 8e51bc6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/testkube-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ cloud:
url: "agent.testkube.io:443"
## URL of the Cloud UI
uiUrl: ""
## License Key
## Agent Token
key: ""
## Organization ID
orgId: ""
Expand Down
8 changes: 7 additions & 1 deletion charts/testkube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,14 @@ testkube-api:
url: "agent.testkube.io:443"
## URL of the Cloud UI
uiUrl: ""
# -- Testkube Clouc License Key (for Environment)
# -- Agent Token
key: ""
## -- Organization ID
orgId: ""
## -- Environment ID
envId: ""
## -- true if migration from OSS
migrate: ""
tls:
# -- Toggle should the connection to Agent API in Cloud/Enterprise use secure GRPC (GRPCS) (if false, it will use insecure GRPC)
enabled: true
Expand Down

0 comments on commit 8e51bc6

Please sign in to comment.