Skip to content

Commit d621e79

Browse files
authored
Updat provider name to be not case sensitive
1 parent a3f25c0 commit d621e79

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
@@ -1,4 +1,4 @@
1-
{{- if eq .Values.provider.name "gke" }}
1+
{{- if or (eq .Values.provider.name "gke") (eq .Values.provider.name "GKE") }}
22
---
33
kind: HealthCheckPolicy
44
apiVersion: networking.gke.io/v1

0 commit comments

Comments
 (0)