Skip to content

Commit

Permalink
appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Aug 9, 2024
1 parent dae91f8 commit e7be5c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/envoy/templates/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ spec:
selector:
{{- include "envoy.selectorLabels" . | nindent 4 }}
{{- end}}
---
{{ if .Values.services.grpc.enabled -}}
---
apiVersion: v1
kind: Service
metadata:
Expand All @@ -35,8 +35,8 @@ spec:
selector:
{{- include "envoy.selectorLabels" . | nindent 4 }}
{{- end}}
---
{{- if .Values.services.trp.enabled -}}
---
apiVersion: v1
kind: Service
metadata:
Expand Down

0 comments on commit e7be5c2

Please sign in to comment.