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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ A Helm chart for KubeRocketCI Codebase Operator
30
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
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)|
32
32
| imagePullPolicy | string |`"IfNotPresent"`||
33
+
| imagePullSecrets | list |`[]`| Optional array of imagePullSecrets containing private registry credentials # Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry|
33
34
| jira.apiUrl | string |`"https://jiraeu-api.example.com"`| API URL for development |
34
35
| jira.credentialName | string |`"ci-jira"`| Name of secret with credentials to Jira server |
35
36
| jira.integration | bool |`false`| Flag to enable/disable Jira integration |
0 commit comments