Merge branch 'master' of github.com:truecharts/charts
# Conflicts: # charts/enterprise/blocky/Chart.yaml # charts/enterprise/blocky/values.yaml # charts/enterprise/traefik/Chart.yaml # charts/enterprise/traefik/values.yaml # charts/operators/cert-manager/Chart.yaml # charts/operators/cert-manager/values.yaml # charts/operators/cloudnative-pg/Chart.yaml # charts/stable/prowlarr/Chart.yaml # charts/stable/prowlarr/values.yaml
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -21,5 +21,17 @@ portal:
|
||||
operator:
|
||||
register: true
|
||||
|
||||
manifestManager:
|
||||
enabled: false
|
||||
cloudnative-pg:
|
||||
monitoring:
|
||||
# -- Specifies whether the monitoring should be enabled. Requires Prometheus Operator CRDs.
|
||||
podMonitorEnabled: true
|
||||
grafanaDashboard:
|
||||
create: true
|
||||
# -- Allows overriding the namespace where the ConfigMap will be created, defaulting to the same one as the Release.
|
||||
namespace: ""
|
||||
# -- The name of the ConfigMap containing the dashboard.
|
||||
configMapName: "cnpg-grafana-dashboard"
|
||||
# -- Label that ConfigMaps should have to be loaded as dashboards.
|
||||
sidecarLabel: "grafana_dashboard"
|
||||
# -- Label value that ConfigMaps should have to be loaded as dashboards.
|
||||
sidecarLabelValue: "1"
|
||||
Reference in New Issue
Block a user