File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 | ` "" ` | |
Original file line number Diff line number Diff line change 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
1616nameOverride : " gitfusion"
1717fullnameOverride : " gitfusion"
1818
You can’t perform that action at this time.
0 commit comments