File tree Expand file tree Collapse file tree 2 files changed +3
-25
lines changed
charts/blobscan-api/templates Expand file tree Collapse file tree 2 files changed +3
-25
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -60,12 +60,10 @@ spec:
6060 {{- end }}
6161 securityContext :
6262 {{- toYaml .Values.containerSecurityContext | nindent 12 }}
63+ {{- if .Values.extraVolumeMounts }}
6364 volumeMounts :
64- - name : blobs-tmp
65- mountPath : /tmp/blobscan-blobs
66- {{- if .Values.extraVolumeMounts }}
67- {{ toYaml .Values.extraVolumeMounts | nindent 12 }}
68- {{- end }}
65+ {{- toYaml .Values.extraVolumeMounts | nindent 12 }}
66+ {{- end }}
6967 ports :
7068 - name : http
7169 containerPort : {{ include "blobscan.httpPort" . }}
@@ -182,9 +180,6 @@ spec:
182180 {{- toYaml .Values.tolerations | nindent 8 }}
183181 terminationGracePeriodSeconds : {{ .Values.terminationGracePeriodSeconds }}
184182 volumes :
185- - name : blobs-tmp
186- persistentVolumeClaim :
187- claimName : " blobscan-blobs-tmp"
188183 {{- if .Values.extraVolumes }}
189184 {{ toYaml .Values.extraVolumes | nindent 8}}
190185 {{- end }}
You can’t perform that action at this time.
0 commit comments