From 8a6217eaf4920dd0a7bc3b516a3c0706fa758910 Mon Sep 17 00:00:00 2001 From: Nelson Silva Date: Wed, 29 Apr 2020 23:31:00 +0100 Subject: [PATCH] NXP-29043: Fix ingress generation --- nuxeo/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxeo/templates/ingress.yaml b/nuxeo/templates/ingress.yaml index 5c51feb..880ed69 100644 --- a/nuxeo/templates/ingress.yaml +++ b/nuxeo/templates/ingress.yaml @@ -1,4 +1,4 @@ -{{- if and .Values.nuxeo.enabled .Values.nuxeo.ingress.enabled -}} +{{- if and .Values.nuxeo.enable .Values.nuxeo.ingress.enabled -}} apiVersion: extensions/v1beta1 kind: Ingress metadata: