From 8157acc618278f96191108410f81ddc0d11b1ce4 Mon Sep 17 00:00:00 2001 From: JohnHaan Date: Fri, 17 May 2019 16:28:31 +0900 Subject: [PATCH] fix wrong mount key for scheduler and consoleauth nova-scheduler and consoleauth define wrong name for value of volume mount. Change-Id: I398596fa65b15cae35e5df5a23bafd8e8db077a2 --- nova/templates/deployment-consoleauth.yaml | 2 +- nova/templates/deployment-scheduler.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nova/templates/deployment-consoleauth.yaml b/nova/templates/deployment-consoleauth.yaml index dc15eadce2..2aaa820023 100644 --- a/nova/templates/deployment-consoleauth.yaml +++ b/nova/templates/deployment-consoleauth.yaml @@ -17,7 +17,7 @@ limitations under the License. {{- if .Values.manifests.deployment_consoleauth }} {{- $envAll := . }} -{{- $mounts_nova_consoleauth := .Values.pod.mounts.nova_consoleauth.nova_conductor }} +{{- $mounts_nova_consoleauth := .Values.pod.mounts.nova_consoleauth.nova_consoleauth }} {{- $mounts_nova_consoleauth_init := .Values.pod.mounts.nova_consoleauth.init_container }} {{- $serviceAccountName := "nova-consoleauth" }} diff --git a/nova/templates/deployment-scheduler.yaml b/nova/templates/deployment-scheduler.yaml index 5a4c205a8f..0fb54a4bb8 100644 --- a/nova/templates/deployment-scheduler.yaml +++ b/nova/templates/deployment-scheduler.yaml @@ -17,7 +17,7 @@ limitations under the License. {{- if .Values.manifests.deployment_scheduler }} {{- $envAll := . }} -{{- $mounts_nova_scheduler := .Values.pod.mounts.nova_scheduler.nova_conductor }} +{{- $mounts_nova_scheduler := .Values.pod.mounts.nova_scheduler.nova_scheduler }} {{- $mounts_nova_scheduler_init := .Values.pod.mounts.nova_scheduler.init_container }} {{- $serviceAccountName := "nova-scheduler" }}