We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead9063 commit ccc2d8bCopy full SHA for ccc2d8b
charts/sourcegraph-executor/k8s/templates/executor.Service.yaml
@@ -19,4 +19,5 @@ spec:
19
selector:
20
{{- include "sourcegraph.selectorLabels" . | nindent 4 }}
21
app: {{ include "executor.name" . }}
22
- type: {{ .Values.executor.serviceType | default "ClusterIP" }} type: {{ .Values.executor.serviceType | default "ClusterIP" }}
+ type: {{ .Values.executor.serviceType | default "ClusterIP" }}
23
+
0 commit comments