Fix minor bug that create helm rendering error
[it/dep.git] / ric-aux / helm / mc-stack / charts / elasticsearch / templates / ingress.yaml
index 47d0b72..0044983 100755 (executable)
@@ -13,8 +13,8 @@
 #   See the License for the specific language governing permissions and        #
 #   limitations under the License.                                             #
 ################################################################################
-
-{{- if .Values.ingress.enabled -}}
+---
+{{ if .Values.ingress.enabled }}
 {{- $fullName := include "uname" . -}}
 {{- $servicePort := .Values.httpPort -}}
 {{- $ingressPath := .Values.ingress.path -}}