Skip to content

Commit 6b88b88

Browse files
committed
Removing prometheus annotations
1 parent ffbcdbe commit 6b88b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ spec:
2121
selector:
2222
{{- include "sourcegraph.selectorLabels" . | nindent 4 }}
2323
app: {{ include "executor.name" . }}
24-
type: {{ .Values.executor.serviceType | default "ClusterIP" }}
24+
type: {{ .Values.executor.serviceType | default "ClusterIP" }}

0 commit comments

Comments
 (0)