Skip to content

Commit

Permalink
fix: adding secrets to testkube on index.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
johndietz authored Sep 14, 2023
1 parent e2b53ef commit 77acf14
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,14 @@ apps:
description: "Testkube is a Kubernetes-native testing framework that allows you to automate the executions of your existing testing tools inside your Kubernetes cluster."
categories:
- Testing

secretKeys:
- name: testkube-api.cloud.key
label: Testkube API Key
- name: testkube-api.cloud.orgId
label: Testkube Org ID
- name: testkube-api.cloud.envId
label: Testkube Environment ID

- name: tracetest
displayName: Tracetest
website: "https://github.com/kubeshop/tracetest"
Expand Down

0 comments on commit 77acf14

Please sign in to comment.