From f175e8776090895c7e3325aaf302952daec9316a Mon Sep 17 00:00:00 2001 From: marsal wang <707783088@qq.com> Date: Sun, 2 Jan 2022 22:08:46 +0800 Subject: [PATCH] 11 --- torna/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/torna/templates/deployment.yaml b/torna/templates/deployment.yaml index 798abf5..c300770 100644 --- a/torna/templates/deployment.yaml +++ b/torna/templates/deployment.yaml @@ -51,9 +51,9 @@ spec: {{- toYaml .Values.resources | nindent 12 }} volumeMounts: - name: torna-config - mountPath: /torna/config/application.properties + mountPath: "/torna/config/application.properties" readOnly: true - subPath: application.properties + subPath: "application.properties" volumes: - name: torna-config configMap: