stakater / Reloader

A Kubernetes controller to watch changes in ConfigMap and Secrets and do rolling upgrades on Pods with their associated Deployment, StatefulSet, DaemonSet and DeploymentConfig – [✩Star] if you're using it!

Home Page:https://docs.stakater.com/reloader/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Defeault release label conflicts with Podmonitor

githubcdr opened this issue · comments

commented

The release label can be used to specifiy the Prometheus instance.

In https://github.com/stakater/Reloader/blob/master/deployments/kubernetes/chart/reloader/templates/_helpers.tpl#L26 a release label is already added generating this error;

line 11: mapping key "release" already defined at line 8

Can this be changed? Or is there another way to specify the release label for a podmonitor?