You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy-templates/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,9 @@ A Helm chart for KubeRocketCI Codebase Operator
27
27
| envs[0].value | string |`"360"`||
28
28
| envs[1]| object |`{"name":"CODEBASE_BRANCH_MAX_CONCURRENT_RECONCILES","value":"3"}`| Maximum number of parallel reconciliation codebasebranches |
29
29
| global.platform | string |`"kubernetes"`| platform type that can be "kubernetes" or "openshift" |
30
-
| image.repository | string |`"epamedp/codebase-operator"`| EDP codebase-operator Docker image name. The released image can be found on [Dockerhub](https://hub.docker.com/r/epamedp/codebase-operator)|
31
-
| image.tag | string |`nil`| EDP codebase-operator Docker image tag. The released image can be found on [Dockerhub](https://hub.docker.com/r/epamedp/codebase-operator/tags)|
| image.repository | string |`"epamedp/codebase-operator"`| KubeRocketCI codebase-operator Docker image name. The released image can be found on [Dockerhub](https://hub.docker.com/r/epamedp/codebase-operator)|
32
+
| image.tag | string |`nil`| KubeRocketCI codebase-operator Docker image tag. The released image can be found on [Dockerhub](https://hub.docker.com/r/epamedp/codebase-operator/tags)|
32
33
| imagePullPolicy | string |`"IfNotPresent"`||
33
34
| imagePullSecrets | list |`[]`| Optional array of imagePullSecrets containing private registry credentials # Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry|
34
35
| jira.apiUrl | string |`"https://jiraeu-api.example.com"`| API URL for development |
@@ -39,6 +40,7 @@ A Helm chart for KubeRocketCI Codebase Operator
39
40
| jira.rootUrl | string |`"https://jiraeu.example.com"`| URL to Jira server |
40
41
| name | string |`"codebase-operator"`| component name |
41
42
| nodeSelector | object |`{}`||
43
+
| podLabels | object |`{}`| Labels to be added to the pod |
42
44
| podSecurityContext | object |`{"runAsNonRoot":true}`| Pod Security Context Ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/|
# -- KubeRocketCI codebase-operator Docker image name. The released image can be found on [Dockerhub](https://hub.docker.com/r/epamedp/codebase-operator)
13
17
repository: epamedp/codebase-operator
14
18
# if not defined then .Chart.AppVersion is used
15
-
# -- EDP codebase-operator Docker image tag. The released image can be found on [Dockerhub](https://hub.docker.com/r/epamedp/codebase-operator/tags)
19
+
# -- KubeRocketCI codebase-operator Docker image tag. The released image can be found on [Dockerhub](https://hub.docker.com/r/epamedp/codebase-operator/tags)
16
20
tag:
17
21
envs:
18
22
- name: RECONCILATION_PERIOD
@@ -63,6 +67,6 @@ jira:
63
67
# the continual collection of anonymized statistics, essential for informed decision-making and strategic
64
68
# platform enhancements. This feature respects user preferences, offering the choice to participate in shaping
65
69
# the platform's improvement initiatives while ensuring anonymity and data privacy.
66
-
# Read more about EDP telemetry here: https://epam.github.io/edp-install/developer-guide/telemetry/
70
+
# Read more about KubeRocketCI telemetry here: https://docs.kuberocketci.io/docs/developer-guide/telemetry
0 commit comments