Skip to content

Commit

Permalink
subPath pointing to values (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: Ganesh Palanisamy <[email protected]>
  • Loading branch information
ggg333 and Ganesh Palanisamy authored Feb 6, 2025
1 parent 2b29b69 commit 2e69467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/hertzbeat/templates/database/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
volumeMounts:
- name: data
mountPath: /var/lib/postgresql/data
subPath: ""
subPath: {{ .Values.database.persistence.subPath }}
- mountPath: /docker-entrypoint-initdb.d/schema.sql
subPath: schema.sql
name: schema
Expand Down

0 comments on commit 2e69467

Please sign in to comment.