Skip to content

Commit

Permalink
Update prometheus.values.yaml
Browse files Browse the repository at this point in the history
Disabled configmap-reload container deployment due to container failing to deploy in lab. The lab does not call for any configmap updates.
  • Loading branch information
danielwood-ca authored Apr 14, 2023
1 parent f251f7e commit 7afb312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/prometheus/prometheus.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ configmapReload:
prometheus:
## If false, the configmap-reload container will not be deployed
##
enabled: true
enabled: false

## configmap-reload container name
##
Expand Down Expand Up @@ -398,7 +398,7 @@ configmapReload:
alertmanager:
## If false, the configmap-reload container will not be deployed
##
enabled: true
enabled: false

## configmap-reload container name
##
Expand Down

0 comments on commit 7afb312

Please sign in to comment.