Skip to content

Commit

Permalink
Patch bytesafe data volume
Browse files Browse the repository at this point in the history
  • Loading branch information
prom3theu5 committed Jul 22, 2023
1 parent fc11ceb commit 407126a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/bytesafe/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ maintainers:
name: bytesafe-ce
sources:
- https://github.com/SimCubeLtd/simcube-helm-charts
version: "1.0.1"
version: "1.0.2"

dependencies:
- name: postgresql
Expand Down
6 changes: 2 additions & 4 deletions charts/bytesafe/templates/statefulSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ spec:
{{- end }}
spec:
volumes:
- name: bytesafe-tmp
emptyDir: {}
{{- if and .Values.persistence.enabled .Values.persistence.existingClaim }}
- name: bytesafe-data
persistentVolumeClaim:
Expand All @@ -40,9 +42,6 @@ spec:
persistentVolumeClaim:
claimName: {{ template "bytesafe.fullname" . }}-data
{{- end }}
volumes:
- name: bytesafe-tmp
emptyDir: {}
containers:
- name: bytesafe-ce
image: {{.Values.image.repository}}:{{.Values.image.tag}}
Expand Down Expand Up @@ -130,7 +129,6 @@ spec:
name: bytesafe-secrets
key: DB_PASSWORD
{{- end}}

{{- if .Values.smtp.enabled }}
- name: SMTP_PASSWORD
valueFrom:
Expand Down

0 comments on commit 407126a

Please sign in to comment.