From 4d873beb7c91b08a30713dcaac855425e4613e7e Mon Sep 17 00:00:00 2001 From: Serban Zamfir Date: Thu, 26 Feb 2026 11:24:15 -0500 Subject: [PATCH] fix typo --- charts/nbs6/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/nbs6/templates/deployment.yaml b/charts/nbs6/templates/deployment.yaml index 6bb06699f..40c9c2327 100644 --- a/charts/nbs6/templates/deployment.yaml +++ b/charts/nbs6/templates/deployment.yaml @@ -34,7 +34,7 @@ spec: {{- if .Values.iisConnection.enabled }} volumeMounts: - name: iisconnection-volume - mountPath: wildfly-10.0.0.Final\nedssodmain\Nedss\Properties\iisconnection.txt + mountPath: wildfly-10.0.0.Final\nedssdomain\Nedss\Properties\iisconnection.txt subPath: iisconnection.txt {{- end }}