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 3211b34 commit 32970c0Copy full SHA for 32970c0
config/charts/inferencepool/templates/gke.yaml
@@ -39,6 +39,7 @@ spec:
39
timeoutSec: 300 # 5-minute timeout (adjust as needed)
40
logging:
41
enabled: true # log all requests by default
42
+---
43
{{- if .Values.inferenceExtension.monitoring.gke.enabled }}
44
{{- $metricsReadSA := printf "%s-metrics-reader-sa" .Release.Name -}}
45
{{- $metricsReadSecretName := printf "%s-metrics-reader-secret" .Release.Name -}}
@@ -54,7 +55,6 @@ spec:
54
55
{{- $gmpNamespace = "gke-gmp-system" -}}
56
{{- end -}}
57
{{- $gmpCollectorRoleBindingName := printf "%s:collector:%s-%s-metrics-reader-secret-read" $gmpNamespace .Release.Namespace .Release.Name -}}
----
58
apiVersion: v1
59
kind: ServiceAccount
60
metadata:
0 commit comments