Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix typo ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Dec 9, 2019
1 parent 099dff5 commit 5dc193d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

name: nifi
version: 0.3.0
version: 0.3.1
appVersion: 1.10.0
description: Apache NiFi is a software project from the Apache Software Foundation designed to automate the flow of data between software systems.
keywords:
Expand Down
2 changes: 1 addition & 1 deletion templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{- if .Values.ingress.enabled -}}
{{- $fullName := include "apache-nifi.fullname" . -}}
{{- $ingressPath := .Values.ingress.path -}}
{{- $ingressPort := .Values.service.loadBalancer.httpPort -}}
{{- $ingressPort := .Values.service.httpPort -}}
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
Expand Down

0 comments on commit 5dc193d

Please sign in to comment.