Skip to content

Commit

Permalink
chart: template and render charts to use service values
Browse files Browse the repository at this point in the history
The prometheus-operator chart is rendered using the following command:

./charts/render.py prometheus-operator --namespace metalk8s-monitoring charts/prometheus-operator.yaml --service-config grafana
metalk8s-grafana-config --service-config prometheus metalk8s-prometheus-config --service-config alertmanager metalk8s-alertmanager-config
charts/prometheus-operator/ > salt/metalk8s/addons/prometheus-operator/deployed/chart.sls

Service configuration values are passed using `--service-config` argument.
When rendering this chart, we must pass the following services(grafana, prometheus, alertmanager)
including the configmap that holds their respective service & cluster configurations

Closes: #2255
  • Loading branch information
Ebaneck committed Feb 26, 2020
1 parent 67bf10f commit e5c6401
Showing 1 changed file with 32,181 additions and 16,688 deletions.
Loading

0 comments on commit e5c6401

Please sign in to comment.