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 d621e79 commit 716e864Copy full SHA for 716e864
config/charts/inferencepool/templates/gke.yaml
@@ -1,4 +1,4 @@
1
-{{- if or (eq .Values.provider.name "gke") (eq .Values.provider.name "GKE") }}
+{{- if eq (lower .Values.provider.name) "gke" }}
2
---
3
kind: HealthCheckPolicy
4
apiVersion: networking.gke.io/v1
0 commit comments