fix wrong mount key for scheduler and consoleauth
nova-scheduler and consoleauth define wrong name for value of volume mount. Change-Id: I398596fa65b15cae35e5df5a23bafd8e8db077a2
This commit is contained in:
parent
aca516f3a2
commit
8157acc618
@ -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" }}
|
||||
|
@ -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" }}
|
||||
|
Loading…
Reference in New Issue
Block a user