File tree 3 files changed +7
-5
lines changed
config/charts/inferencepool
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ description: A Helm chart for InferencePool
4
4
5
5
type : application
6
6
7
- version : 0.1 .0
7
+ version : 0.0 .0
8
8
9
- appVersion : " 0.2 .0"
9
+ appVersion : " 0.0 .0"
Original file line number Diff line number Diff line change 50
50
type : Bearer
51
51
credentials :
52
52
secret :
53
- name : {{ .Values.gke.monitoringSecret }}
53
+ name : {{ .Values.gke.monitoringSecret.name }}
54
54
key : token
55
- namespace : {{ .Release.Namespace }}
55
+ namespace : {{ .Values.gke.monitoringSecret.namespace }}
56
56
selector :
57
57
matchLabels :
58
58
{{- include "gateway-api-inference-extension.selectorLabels" . | nindent 8 }}
Original file line number Diff line number Diff line change @@ -17,4 +17,6 @@ provider:
17
17
name : none
18
18
19
19
gke :
20
- monitoringSecret : inference-gateway-sa-metrics-reader-secret
20
+ monitoringSecret :
21
+ name : inference-gateway-sa-metrics-reader-secret
22
+ namespace : default
You can’t perform that action at this time.
0 commit comments