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