Skip to content

Commit

Permalink
fix: testkube secrets (#30)
Browse files Browse the repository at this point in the history
* fix: testkube secrets

* fix: spaces
  • Loading branch information
CristhianF7 authored Oct 5, 2023
1 parent 77acf14 commit 12135a6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
8 changes: 4 additions & 4 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ apps:
categories:
- Testing
secretKeys:
- name: testkube-api.cloud.key
- name: API_KEY
label: Testkube API Key
- name: testkube-api.cloud.orgId
- name: ORG_ID
label: Testkube Org ID
- name: testkube-api.cloud.envId
- name: ENV_ID
label: Testkube Environment ID

- name: tracetest
displayName: Tracetest
website: "https://github.com/kubeshop/tracetest"
Expand Down
8 changes: 4 additions & 4 deletions testkube/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ spec:
testkube-api.minio.enabled: false
mongodb.enabled: false
testkube-dashboard.enabled: false
testkube-api.cloud.url: "agent.testkube.io:443"
testkube-api.cloud.key: testkube-api.cloud.key
testkube-api.cloud.orgId: testkube-api.cloud.orgId
testkube-api.cloud.envId: testkube-api.cloud.envId
testkube-api.cloud.existingSecret.name: testkube-secret
testkube-api.cloud.existingSecret.key: API_KEY
testkube-api.cloud.existingSecret.orgId: ORG_ID
testkube-api.cloud.existingSecret.envId: ENV_ID
syncPolicy:
automated:
prune: true
Expand Down
1 change: 0 additions & 1 deletion testkube/external-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ spec:
dataFrom:
- extract:
key: /testkube
---

0 comments on commit 12135a6

Please sign in to comment.