From 8e4b97900ccceb39bc9dba749c764c8f4b9c83f2 Mon Sep 17 00:00:00 2001 From: "anthony.bellino" Date: Tue, 24 Sep 2019 19:22:43 +0000 Subject: [PATCH] [fix] Deploy maas-ingress-errors Updating deployment-ingress-errors chart so ingress-errors deploys. The chart was previously checking for rack_deployment which is now rack_statefulset. Change-Id: I79750804ca7bb62a7fcf9c91b80a435d9af332aa --- charts/maas/templates/deployment-ingress-errors.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/maas/templates/deployment-ingress-errors.yaml b/charts/maas/templates/deployment-ingress-errors.yaml index 205ee40..8553efc 100644 --- a/charts/maas/templates/deployment-ingress-errors.yaml +++ b/charts/maas/templates/deployment-ingress-errors.yaml @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. */}} -{{- if .Values.manifests.rack_deployment }} +{{- if .Values.manifests.rack_statefulset }} {{- $envAll := . }} {{- $serviceAccountName := "maas-ingress-errors" }} {{- $mounts_maas_rack := .Values.pod.mounts.maas_rack }}