diff --git a/deploy/services/helm-charts/dss/templates/_volumes.tpl b/deploy/services/helm-charts/dss/templates/_volumes.tpl index d642a2dc6..48ecd338c 100644 --- a/deploy/services/helm-charts/dss/templates/_volumes.tpl +++ b/deploy/services/helm-charts/dss/templates/_volumes.tpl @@ -12,7 +12,7 @@ {{ else }} - mountPath: /opt/yugabyte-certs/ca.crt name: ca-certs - subPath: root.crt + subPath: ca.crt - mountPath: /opt/yugabyte-certs/ca-instance.crt name: ca-certs subPath: ca-instance.crt diff --git a/deploy/services/tanka/volumes.libsonnet b/deploy/services/tanka/volumes.libsonnet index e216cdf52..2674b101b 100644 --- a/deploy/services/tanka/volumes.libsonnet +++ b/deploy/services/tanka/volumes.libsonnet @@ -110,7 +110,7 @@ local util = import 'util.libsonnet'; ca_certs: [{ name: 'ca-certs', mountPath: '/opt/yugabyte-certs/ca.crt', - subPath: 'root.crt', + subPath: 'ca.crt', }, { name: 'ca-certs', mountPath: '/opt/yugabyte-certs/ca-instance.crt', diff --git a/deploy/services/tanka/yugabyte.libsonnet b/deploy/services/tanka/yugabyte.libsonnet index 1e4eee2df..e3e3e2496 100644 --- a/deploy/services/tanka/yugabyte.libsonnet +++ b/deploy/services/tanka/yugabyte.libsonnet @@ -490,7 +490,7 @@ local volumes = import 'volumes.libsonnet'; value: "/mnt/disk0/cores", }, { name: 'SSL_CERTFILE', - value: "/root/.yugabytedb/root.crt", + value: "/root/.yugabytedb/ca.crt", }], livenessProbe: { exec: {