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
@@ -62,6 +62,7 @@ A Helm chart for KubeRocketCI Gerrit Operator
62
62
| image.repository | string |`"epamedp/gerrit-operator"`| KubeRocketCI gerrit-operator Docker image name. The released image can be found on [Dockerhub](https://hub.docker.com/r/epamedp/gerrit-operator)|
63
63
| image.tag | string |`nil`| KubeRocketCI gerrit-operator Docker image tag. The released image can be found on [Dockerhub](https://hub.docker.com/r/epamedp/gerrit-operator/tags)|
64
64
| imagePullPolicy | string |`"IfNotPresent"`||
65
+
| imagePullSecrets | list |`[]`| Optional array of imagePullSecrets containing private registry credentials # Ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry|
65
66
| name | string |`"gerrit-operator"`| component name |
Copy file name to clipboardExpand all lines: deploy-templates/values.yaml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,10 @@ image:
29
29
# -- KubeRocketCI gerrit-operator Docker image tag. The released image can be found on [Dockerhub](https://hub.docker.com/r/epamedp/gerrit-operator/tags)
30
30
tag:
31
31
imagePullPolicy: "IfNotPresent"
32
+
# -- Optional array of imagePullSecrets containing private registry credentials
0 commit comments