Skip to content

Commit 49b991f

Browse files
rahulgurnaninirrozenbaum
authored andcommitted
Update provider name in helm chart for GKE to be not case sensitive (#1486)
* Updat provider name to be not case sensitive * Update config/charts/inferencepool/templates/gke.yaml Co-authored-by: Nir Rozenbaum <[email protected]> --------- Co-authored-by: Nir Rozenbaum <[email protected]>
1 parent a27829a commit 49b991f

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 eq (lower .Values.provider.name) "gke" }}
22
---
33
kind: HealthCheckPolicy
44
apiVersion: networking.gke.io/v1

0 commit comments

Comments
 (0)