Skip to content

Commit 7b35069

Browse files
authored
Merge pull request #626 from neicnordic/bugfix/mapper-inbox-path
[charts][sda-svc] fix mapper wrong volume mount
2 parents ce96e7a + 7354920 commit 7b35069

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

charts/sda-svc/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: sda-svc
3-
version: 0.22.4
3+
version: 0.23.0
44
appVersion: v0.2.67
55
kubeVersion: '>= 1.26.0'
66
description: Components for Sensitive Data Archive (SDA) installation

charts/sda-svc/templates/mapper-deploy.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -172,14 +172,14 @@ spec:
172172
resources:
173173
{{ toYaml .Values.mapper.resources | trim | indent 10 }}
174174
volumeMounts:
175-
{{- if and (not .Values.global.pkiService) .Values.global.tls.enabled }}
176-
- name: tls
177-
mountPath: {{ template "tlsPath" . }}
178-
{{- if eq "posix" .Values.global.inbox.storageType }}
179-
- name: inbox
180-
mountPath: {{ .Values.global.inbox.path | quote }}
181-
{{- end }}
182-
{{- end }}
175+
{{- if and (not .Values.global.pkiService) .Values.global.tls.enabled }}
176+
- name: tls
177+
mountPath: {{ template "tlsPath" . }}
178+
{{- end }}
179+
{{- if eq "posix" .Values.global.inbox.storageType }}
180+
- name: inbox
181+
mountPath: {{ .Values.global.inbox.path | quote }}
182+
{{- end }}
183183
volumes:
184184
{{- if and (not .Values.global.pkiService) .Values.global.tls.enabled }}
185185
- name: tls

0 commit comments

Comments
 (0)