Skip to content

Commit 41ab5c0

Browse files
committed
Fix conflict merge issue
1 parent 5930420 commit 41ab5c0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

chart/templates/_helpers.tpl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ data:
319319
{{- end -}}
320320
{{- end -}}
321321

322-
<<<<<<< HEAD
323322
{{- define "gitpod.remoteStorage.config" -}}
324323
{{- $ := .root -}}
325324
{{- $remoteStorageMinio := .remoteStorage.minio | default dict -}}
@@ -340,7 +339,8 @@ storage:
340339
{{- else }}
341340
{{ toYaml .remoteStorage | indent 2 }}
342341
{{- end -}}
343-
=======
342+
{{- end -}}
343+
344344
{{/* custom ca bundle volume and volumeMount */}}
345345
{{- define "gitpod.caBundleVolume" -}}
346346
- name: ca-bundle-certs
@@ -352,5 +352,4 @@ storage:
352352
- name: ca-bundle-certs
353353
mountPath: /etc/ssl/certs/ca-certificates.crt
354354
subPath: ca-certificates.crt
355-
>>>>>>> 3cae036 (Support custom CA certificates in Helm)
356355
{{- end -}}

0 commit comments

Comments
 (0)