Skip to content

Commit

Permalink
remove default service selector (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
wzqnls authored Jun 19, 2020
1 parent db8d84a commit aa82e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/1.0.0/templates/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
type: {{ .type | quote }}
selector:
{{/* we do not add appLabels in selector to let service select all versions */}}
{{- include "controllerlabels" $controllerName | indent 4 }}
{{/* {{- include "controllerlabels" $controllerName | indent 4 }}*/}}
{{- range $k, $v := .selector }}
{{ $k | quote }}: {{ $v | quote }}
{{- end }}
Expand Down

0 comments on commit aa82e2c

Please sign in to comment.