Skip to content

Commit 62a2c30

Browse files
authored
Merge pull request #1003
fix: add missing property in the testkube umbrella chart
2 parents 2ee13f8 + 0e67e97 commit 62a2c30

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

charts/testkube/values.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,16 @@ testkube-api:
471471
orgId: ""
472472
## -- Environment ID
473473
envId: ""
474+
## Retrieve cloud information from existing secret
475+
existingSecret:
476+
## Name of the secret. If set, this will be used instead of the above values
477+
name: ""
478+
## Key for the License Key
479+
key: ""
480+
## Key for the Organization ID
481+
orgId: ""
482+
## Key for the Environment ID
483+
envId: ""
474484
## -- true if migration from OSS
475485
migrate: ""
476486
tls:

0 commit comments

Comments
 (0)