diff --git a/helm/service/templates/adapter.yaml b/helm/service/templates/adapter.yaml index 1077d53..e4b45a7 100644 --- a/helm/service/templates/adapter.yaml +++ b/helm/service/templates/adapter.yaml @@ -20,5 +20,5 @@ spec: image: "{{ .Values.adapter.image }}:{{ .Values.adapter.tag }}" volumeMounts: - - name: {{ .Values.adapter.name }} + - name: {{ .Values.pvc.name }} mountPath: /adapter/data \ No newline at end of file diff --git a/helm/service/templates/pewpew.yaml b/helm/service/templates/pewpew.yaml index 63539f3..d6780ad 100644 --- a/helm/service/templates/pewpew.yaml +++ b/helm/service/templates/pewpew.yaml @@ -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