Merge "fix wrong mount key for scheduler and consoleauth"

This commit is contained in:
Zuul 2019-05-30 13:28:41 +00:00 committed by Gerrit Code Review
commit c8a012c477
2 changed files with 2 additions and 2 deletions

View File

@ -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" }}

View File

@ -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" }}