Skip to content

Commit 915f64d

Browse files
Mykola SerdiukMykolaMarusenko
authored andcommitted
feat: Enable node selector for tekton pipelines (#367)
1 parent e03c0a9 commit 915f64d

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

deploy-templates/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ A Helm chart for KubeRocketCI Platform
6464
| edp-tekton.pipelines.deployableResources.deploy | bool | `true` | This flag control the installation of the Deploy pipelines. |
6565
| edp-tekton.pipelines.deployableResources.tasks | bool | `true` | This flag control the installation of the tasks. |
6666
| 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 |
6768
| edp-tekton.tekton-cache.enabled | bool | `true` | |
6869
| externalSecrets.enabled | bool | `false` | Configure External Secrets for KubeRocketCI platform. Deploy SecretStore. Default: false |
6970
| externalSecrets.manageCodemieSecretsName | string | `"/edp/codemie-secrets"` | |

deploy-templates/values.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,16 @@ edp-tekton:
366366
python3.8: false
367367
terraform: true
368368

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+
369379
tekton-cache:
370380
# Deploy tekton-cache helm-chart.
371381
enabled: true

0 commit comments

Comments
 (0)