From b698fe75b566497d225cdcc90351b9e8ac969e37 Mon Sep 17 00:00:00 2001 From: Chao Wang Date: Tue, 19 Nov 2024 16:31:06 +0800 Subject: [PATCH] JBEAP-28485 Fix lint error --- charts/eap-xp5/templates/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/eap-xp5/templates/service.yaml b/charts/eap-xp5/templates/service.yaml index 8e86753..7f6c3b1 100644 --- a/charts/eap-xp5/templates/service.yaml +++ b/charts/eap-xp5/templates/service.yaml @@ -1,7 +1,7 @@ {{- if .Values.deploy.enabled }} {{- include "wildfly-common.service.http" (list . "eap-xp5.metadata.labels") }} --- -{{- include "wildfly-common.service.ping" (list . "eap-xp5.metadata.labels") }} +{{ include "wildfly-common.service.ping" (list . "eap-xp5.metadata.labels") }} --- {{- if .Values.deploy.tls.enabled }} {{- include "wildfly-common.service.https" (list . "eap-xp5.metadata.labels") }}