Skip to content

Commit

Permalink
fix: Use correct mount path for create-syncstate-directory init conta…
Browse files Browse the repository at this point in the history
…iner (#93)
  • Loading branch information
kayano authored Dec 19, 2024
1 parent 70390be commit 0db0d59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/das/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ maintainers:

type: application

version: 0.5.12
version: 0.5.13

appVersion: "v3.2.1-d81324d"
4 changes: 2 additions & 2 deletions charts/das/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
podManagementPolicy: Parallel
{{- if .Values.updateStrategy }}
{{- with .Values.updateStrategy }}
updateStrategy:
updateStrategy:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- end }}
Expand Down Expand Up @@ -53,7 +53,7 @@ spec:
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
volumeMounts:
- mountPath: /data/das-storage
- mountPath: {{ index .Values "configmap" "data" "data-availability" "local-file-storage" "data-dir" }}
name: localfilestorage
{{- end }}
{{- if .Values.initContainers }}
Expand Down

0 comments on commit 0db0d59

Please sign in to comment.