Skip to content

Commit f43ae48

Browse files
committed
resolve nits.
1 parent 2dc8516 commit f43ae48

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/charts/inferencepool/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ inferenceExtension:
133133

134134
**Note:** Prometheus monitoring requires the Prometheus Operator and ServiceMonitor CRD to be installed in the cluster.
135135

136-
For GKE environments, monitoring is enabled by setting `provider.name` to `gke` and `inferenceExtension.monitoring.gke.enabled` to `true`. This will create the necessary `ClusterPodMonitoring` and RBAC resources for metrics collection.
136+
For GKE environments, monitoring is enabled by setting `provider.name` to `gke` and `inferenceExtension.monitoring.gke.enabled` to `true`. This will create the necessary `PodMonitoring` and RBAC resources for metrics collection.
137137

138138
Then apply it with:
139139

config/charts/inferencepool/templates/epp-sa-token-secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if or .Values.inferenceExtension.monitoring.prometheus.enabled }}
1+
{{- if .Values.inferenceExtension.monitoring.prometheus.enabled }}
22
apiVersion: v1
33
kind: Secret
44
metadata:

0 commit comments

Comments
 (0)