This commit is contained in:
marsal wang
2022-01-02 22:08:46 +08:00
parent df30126a0d
commit f175e87760

View File

@ -51,9 +51,9 @@ spec:
{{- toYaml .Values.resources | nindent 12 }} {{- toYaml .Values.resources | nindent 12 }}
volumeMounts: volumeMounts:
- name: torna-config - name: torna-config
mountPath: /torna/config/application.properties mountPath: "/torna/config/application.properties"
readOnly: true readOnly: true
subPath: application.properties subPath: "application.properties"
volumes: volumes:
- name: torna-config - name: torna-config
configMap: configMap: