Skip to content

Commit ccc2d8b

Browse files
committed
removed duplicate type attribute
1 parent ead9063 commit ccc2d8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

charts/sourcegraph-executor/k8s/templates/executor.Service.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ spec:
1919
selector:
2020
{{- include "sourcegraph.selectorLabels" . | nindent 4 }}
2121
app: {{ include "executor.name" . }}
22-
type: {{ .Values.executor.serviceType | default "ClusterIP" }} type: {{ .Values.executor.serviceType | default "ClusterIP" }}
22+
type: {{ .Values.executor.serviceType | default "ClusterIP" }}
23+

0 commit comments

Comments
 (0)