Skip to content

Commit

Permalink
fix: install common TestWorkflowTemplates in the context of testkube-…
Browse files Browse the repository at this point in the history
…api, to make it working for multi-namespace agents (#818)
  • Loading branch information
rangoo94 authored Apr 19, 2024
1 parent 7504f69 commit 50814a8
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 7 deletions.
7 changes: 7 additions & 0 deletions charts/testkube-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ global:
tolerations: []
features:
logsV2: false
testWorkflows:
createServiceAccountTemplates: true
createOfficialTemplates: true
globalTemplate:
enabled: false
name: global-template
spec: {}

### @section Common parameters
## Kubernetes version (using Helm capabilities if not set)
Expand Down
7 changes: 0 additions & 7 deletions charts/testkube-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ global:
nodeSelector: {}
affinity: {}
tolerations: []
testWorkflows:
createServiceAccountTemplates: true
createOfficialTemplates: true
globalTemplate:
enabled: false
name: global-template
spec: {}

### @section Common parameters
## Kubernetes version (using Helm capabilities if not set)
Expand Down

0 comments on commit 50814a8

Please sign in to comment.