Skip to content

Commit ab8925b

Browse files
EPMDEDP-16599: chore: Disable regcred usage by default (#58)
1 parent cbf7a86 commit ab8925b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deploy-templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ A Helm chart for Kubernetes
2929
| image.pullPolicy | string | `"IfNotPresent"` | |
3030
| image.repository | string | `"epamedp/gitfusion"` | |
3131
| image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. |
32-
| imagePullSecrets[0].name | string | `"regcred"` | |
32+
| imagePullSecrets | list | `[]` | |
3333
| ingress.annotations | object | `{}` | |
3434
| ingress.className | string | `""` | |
3535
| ingress.dnsWildcard | string | `""` | |

deploy-templates/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ image:
1010
# -- Overrides the image tag whose default is the chart appVersion.
1111
tag: ""
1212

13-
imagePullSecrets:
13+
imagePullSecrets: []
1414
# Define secret to pull images. Secret can be provisioned by edp-install or manually.
15-
- name: regcred
15+
# - name: regcred
1616
nameOverride: "gitfusion"
1717
fullnameOverride: "gitfusion"
1818

0 commit comments

Comments
 (0)