Skip to content

Commit

Permalink
use pvc values
Browse files Browse the repository at this point in the history
  • Loading branch information
Saturn-V committed Oct 19, 2023
1 parent 62029b0 commit fcdf3a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/service/templates/adapter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ spec:
image: "{{ .Values.adapter.image }}:{{ .Values.adapter.tag }}"

volumeMounts:
- name: {{ .Values.adapter.name }}
- name: {{ .Values.pvc.name }}
mountPath: /adapter/data
2 changes: 1 addition & 1 deletion helm/service/templates/pewpew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
image: "{{ .Values.pewpew.image }}:{{ .Values.pewpew.tag }}"

volumeMounts:
- name: {{ .Values.adapter.name }}
- name: {{ .Values.pvc.name }}
mountPath: /opt/pewpew/data
---
apiVersion: v1
Expand Down

0 comments on commit fcdf3a2

Please sign in to comment.