Skip to content

Commit 1a3bfe7

Browse files
ahg-gkfswain
authored andcommitted
fix label selector on the ClusterPodMonitoring object (kubernetes-sigs#611)
1 parent cb7c811 commit 1a3bfe7

File tree

1 file changed

+1
-1
lines changed
  • config/charts/inferencepool/templates

1 file changed

+1
-1
lines changed

config/charts/inferencepool/templates/gke.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ spec:
5555
namespace: {{ .Release.Namespace }}
5656
selector:
5757
matchLabels:
58-
{{- include "gateway-api-inference-extension.labels" . | nindent 8 }}
58+
{{- include "gateway-api-inference-extension.selectorLabels" . | nindent 8 }}
5959
{{- end }}

0 commit comments

Comments
 (0)