Skip to content

Commit

Permalink
testkube: setting
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Login <[email protected]>
  • Loading branch information
batazor committed Nov 16, 2023
1 parent 9787698 commit 45ca3b2
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ testkube:
nats:
enabled: true

multinamespace:
enabled: true

minio:
enabled: false

Expand Down Expand Up @@ -73,6 +76,6 @@ testkube:
secretName: testkube-tls

oauth2:
enabled: false
enabled: true

testkube-operator: {}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: tests.testkube.io/v3
kind: Test
metadata:
name: shortlink-link-k6-rpc-link-v1
namespace: testkube
labels:
{{- with .Values.commonLabels }}
{{- include "common.tplvalues.render" (dict "value" . "context" $) | nindent 4 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: tests.testkube.io/v3
kind: Test
metadata:
name: shortlink-link-k6-rpc-cqrs-link-v1
namespace: testkube
labels:
{{- with .Values.commonLabels }}
{{- include "common.tplvalues.render" (dict "value" . "context" $) | nindent 4 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: tests.testkube.io/v3
kind: Test
metadata:
name: shortlink-link-k6-rpc-sitemap-v1
namespace: testkube
labels:
{{- with .Values.commonLabels }}
{{- include "common.tplvalues.render" (dict "value" . "context" $) | nindent 4 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: tests.testkube.io/v3
kind: TestSuite
metadata:
name: shortlink-link
namespace: testkube
labels:
{{- with .Values.commonLabels }}
{{- include "common.tplvalues.render" (dict "value" . "context" $) | nindent 4 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: tests.testkube.io/v1
kind: TestTrigger
metadata:
name: shortlink-link
namespace: testkube
labels:
{{- with .Values.commonLabels }}
{{- include "common.tplvalues.render" (dict "value" . "context" $) | nindent 4 }}
Expand Down
2 changes: 1 addition & 1 deletion ops/argocd/observability/testkube/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
helm:
releaseName: testkube
valueFiles:
- testkube.values.yaml
- values.yaml

# ### Method 2: Fetch the gpg/age key from kubernetes secret
# secrets+gpg-import-kubernetes://<namespace>/<secret-name>#<key-name>.asc?<relative/path/to/the/encrypted/secrets.yaml>
Expand Down

0 comments on commit 45ca3b2

Please sign in to comment.