Skip to content

Commit

Permalink
[prometheus] Document server.fullnameOverride
Browse files Browse the repository at this point in the history
Signed-off-by: Max Gautier <[email protected]>
  • Loading branch information
VannTen committed Jun 4, 2024
1 parent db15dcf commit af32541
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/prometheus/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: prometheus
appVersion: v2.52.0
version: 25.21.0
version: 25.21.1
kubeVersion: ">=1.19.0-0"
description: Prometheus is a monitoring system and time series database.
home: https://prometheus.io/
Expand Down
3 changes: 3 additions & 0 deletions charts/prometheus/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,9 @@
"extraVolumes": {
"type": "array"
},
"fullnameOverride": {
"type": "string"
},
"global": {
"type": "object",
"properties": {
Expand Down
3 changes: 3 additions & 0 deletions charts/prometheus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,9 @@ server:
## Extra labels for Prometheus server ConfigMap (ConfigMap that holds serverFiles)
extraConfigmapLabels: {}

## Override the prometheus.server.fullname for all objects related to the Prometheus server
fullnameOverride: ""

ingress:
## If true, Prometheus server Ingress will be created
##
Expand Down

0 comments on commit af32541

Please sign in to comment.