mirror of
https://github.com/optim-enterprises-bv/openstack-helm.git
synced 2025-12-25 17:27:33 +00:00
Merge "fix wrong mount key for scheduler and consoleauth"
This commit is contained in:
@@ -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" }}
|
||||
|
||||
Reference in New Issue
Block a user