From 5e153c3823d24de115e652020d0976eac8f208e0 Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Thu, 22 Mar 2018 15:21:11 -0500 Subject: [PATCH] Neutron: SR-IOV agent template fix This PS fixes the template rendered in the neutron SR-IOV agent manifest. Change-Id: Ib221213c8df94613a2dcf12e2615442db0684794 --- neutron/templates/daemonset-sriov-agent.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/templates/daemonset-sriov-agent.yaml b/neutron/templates/daemonset-sriov-agent.yaml index 64068698..c0e5d474 100644 --- a/neutron/templates/daemonset-sriov-agent.yaml +++ b/neutron/templates/daemonset-sriov-agent.yaml @@ -241,7 +241,7 @@ spec: {{- $dependencyOpts := dict "envAll" $envAll "dependencyMixinParam" $envAll.Values.network.backend "dependencyKey" "sriov_agent" -}} {{- $dependencies := include "helm-toolkit.utils.dependency_resolver" $dependencyOpts | toString | fromYaml }} {{ tuple $envAll $dependencies $serviceAccountName | include "helm-toolkit.snippets.kubernetes_pod_rbac_serviceaccount" }} -{{- $daemonset_yaml := list $daemonset $configMapName $serviceAccountName $dependencies . | include "neutron.ovs_agent.daemonset" | toString | fromYaml }} +{{- $daemonset_yaml := list $daemonset $configMapName $serviceAccountName $dependencies . | include "neutron.sriov_agent.daemonset" | toString | fromYaml }} {{- $configmap_yaml := "neutron.configmap.etc" }} {{- list $daemonset $daemonset_yaml $configmap_yaml $configMapName . | include "helm-toolkit.utils.daemonset_overrides" }} {{- end }}