File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : sda-svc
3- version : 0.22.4
3+ version : 0.23.0
44appVersion : v0.2.67
55kubeVersion : ' >= 1.26.0'
66description : Components for Sensitive Data Archive (SDA) installation
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments