Fix volume mount
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-05-10 13:16:37 +02:00
parent bdf833df28
commit 44add4ee72
2 changed files with 5 additions and 4 deletions

View File

@ -46,8 +46,9 @@ spec:
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:
- mountPath: /data/db.json
name: {{ .Release.Name }}-configmap
- name: {{ .Release.Name }}-configmap
mountPath: /data/db.json
subPath: db.json
volumes:
- name: {{ .Release.Name }}-configmap
configMap: