Fix minor bug that create helm rendering error
[it/dep.git] / ric-aux / helm / mc-stack / charts / logstash / templates / ingress.yaml
index 61e95c7..29bdde7 100755 (executable)
@@ -13,8 +13,9 @@
 #   See the License for the specific language governing permissions and        #
 #   limitations under the License.                                             #
 ################################################################################
+---
 
-{{- if .Values.ingress.enabled -}}
+{{ if .Values.ingress.enabled }}
 {{- $fullName := include "logstash.fullname" . -}}
 {{- $ingressPath := .Values.ingress.path -}}
 apiVersion: extensions/v1beta1