Skip to content

Commit

Permalink
NXP-29043: Fix ingress generation
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonsilva committed Apr 30, 2020
1 parent 9bd6ad7 commit 8a6217e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxeo/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 8a6217e

Please sign in to comment.