Skip to content

Commit

Permalink
chore: add globalTemplate.external to testkube chart README docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rangoo94 committed Sep 26, 2024
1 parent 7784063 commit 95c0aa9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/testkube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ kubectl label --overwrite crds scripts.tests.testkube.io app.kubernetes.io/manag
| global.testWorkflows.globalTemplate | object | `{"enabled":false,"name":"global-template","spec":{}}` | Global TestWorkflowTemplate that will be automatically included for all executions |
| global.testWorkflows.globalTemplate.enabled | bool | `false` | Is global template enabled |
| global.testWorkflows.globalTemplate.name | string | `"global-template"` | Name of the global template |
| global.testWorkflows.globalTemplate.external | bool | `false` | Is the global template sourced externally? (otherwise it's created from spec below) |
| global.testWorkflows.globalTemplate.spec | object | `{}` | Specification for the global template |
| global.tls.caCertPath | string | `""` | Path to the PEM-encoded CA certificate file (needs to be mounted to the container previously) |
| global.tolerations | list | `[{"effect":"NoSchedule","key":"kubernetes.io/arch","operator":"Equal","value":"arm64"}]` | Tolerations to add to all deployed pods |
Expand Down

0 comments on commit 95c0aa9

Please sign in to comment.