This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 416534a  fix: don't remove leading new line (#6800)
416534a is described below

commit 416534add5ad1b8b6af7aec30796816dd5cd9360
Author: AlexRRR <[email protected]>
AuthorDate: Fri Feb 1 21:03:34 2019 +0100

    fix: don't remove leading new line (#6800)
---
 install/helm/superset/templates/ingress.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install/helm/superset/templates/ingress.yaml 
b/install/helm/superset/templates/ingress.yaml
index 884c38b..b0888e4 100644
--- a/install/helm/superset/templates/ingress.yaml
+++ b/install/helm/superset/templates/ingress.yaml
@@ -14,7 +14,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-{{- if .Values.ingress.enabled -}}
+{{ if .Values.ingress.enabled -}}
 {{- $fullName := include "superset.fullname" . -}}
 {{- $ingressPath := .Values.ingress.path -}}
 apiVersion: extensions/v1beta1

Reply via email to