File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
charts/kubernetes-mcp-server Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 2222 username = "{{ .Values.config.confluence.username }}"
2323 token = "{{ .Values.config.confluence.token }}"
2424 {{- end }}
25+ {{- if .Values.config.prometheus.url }}
26+ [prometheus]
27+ url = "{{ .Values.config.prometheus.url }}"
28+ {{- end }}
2529 {{- if .Values.config.oauth.require }}
2630 [oauth]
2731 require = {{ .Values.config.oauth.require }}
Original file line number Diff line number Diff line change @@ -104,6 +104,8 @@ config:
104104 # url: https://your-confluence-instance
105105 # username: user
106106 # token: "" # It is recommended to set this via --set-string in a CI/CD pipeline
107+ prometheus :
108+ # url: http://your-prometheus-instance:9090
107109 oauth :
108110 # require: false
109111 # audience: ""
You can’t perform that action at this time.
0 commit comments