File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ A Helm chart for KubeRocketCI Platform
64
64
| edp-tekton.pipelines.deployableResources.deploy | bool | ` true ` | This flag control the installation of the Deploy pipelines. |
65
65
| edp-tekton.pipelines.deployableResources.tasks | bool | ` true ` | This flag control the installation of the tasks. |
66
66
| edp-tekton.pipelines.image.registry | string | ` "docker.io" ` | Registry for tekton pipelines images. Default: docker.io |
67
+ | edp-tekton.pipelines.podTemplate | list | ` [] ` | This section allows to determine on which nodes to run tekton pipelines |
67
68
| edp-tekton.tekton-cache.enabled | bool | ` true ` | |
68
69
| externalSecrets.enabled | bool | ` false ` | Configure External Secrets for KubeRocketCI platform. Deploy SecretStore. Default: false |
69
70
| externalSecrets.manageCodemieSecretsName | string | ` "/edp/codemie-secrets" ` | |
Original file line number Diff line number Diff line change @@ -366,6 +366,16 @@ edp-tekton:
366
366
python3.8 : false
367
367
terraform : true
368
368
369
+ # -- This section allows to determine on which nodes to run tekton pipelines
370
+ podTemplate : []
371
+ # nodeSelector:
372
+ # role: tekton
373
+ # tolerations:
374
+ # - effect: NoSchedule
375
+ # key: role
376
+ # operator: Equal
377
+ # value: tekton
378
+
369
379
tekton-cache :
370
380
# Deploy tekton-cache helm-chart.
371
381
enabled : true
You can’t perform that action at this time.
0 commit comments