Fix CA-certificate path

Change-Id: Ic9155f2de9d3a44c0a65b800582e96d2b86e10c9
diff --git a/helm-charts/gerrit-replica/templates/gerrit-replica.configmap.yaml b/helm-charts/gerrit-replica/templates/gerrit-replica.configmap.yaml
index bb21169..12d591e 100644
--- a/helm-charts/gerrit-replica/templates/gerrit-replica.configmap.yaml
+++ b/helm-charts/gerrit-replica/templates/gerrit-replica.configmap.yaml
@@ -34,7 +34,7 @@
 data:
   gerrit-init.yaml: |-
     {{ if .Values.caCert -}}
-    caCertPath: /var/mnt/etc/ca.crt
+    caCertPath: /var/config/ca.crt
     {{- end }}
     pluginCache: {{ .Values.gerritReplica.plugins.cache.enabled }}
     pluginCacheDir: /var/mnt/plugins
diff --git a/helm-charts/gerrit/templates/gerrit.stateful-set.yaml b/helm-charts/gerrit/templates/gerrit.stateful-set.yaml
index e22c71b..4334e60 100644
--- a/helm-charts/gerrit/templates/gerrit.stateful-set.yaml
+++ b/helm-charts/gerrit/templates/gerrit.stateful-set.yaml
@@ -121,7 +121,7 @@
         {{ if .Values.caCert -}}
         - name: tls-ca
           subPath: ca.crt
-          mountPath: "/var/mnt/etc/ca.crt"
+          mountPath: "/var/config/ca.crt"
         {{- end }}
       containers:
       - name: gerrit