Skip to content

Commit

Permalink
JBEAP-28485 Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
soul2zimate committed Nov 19, 2024
1 parent 85953d8 commit b698fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/eap-xp5/templates/service.yaml
Original file line number Diff line number Diff line change
@@ -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") }}
Expand Down

0 comments on commit b698fe7

Please sign in to comment.