-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the Bug
A clear and concise description of what the bug is.
The configmap for the JMX configuration contains duplicate labels.
apiVersion: v1
kind: ConfigMap
metadata:
name: release-name-puppetserver-jmx-config
labels:
app.kubernetes.io/component: puppetserver
app.kubernetes.io/name: puppetserver
app.kubernetes.io/instance: release-name
app.kubernetes.io/managed-by: Helm
helm.sh/chart: puppetserver-9.5.2
app.kubernetes.io/version: 7.17.0
app.kubernetes.io/component: puppetserver-compilers
app.kubernetes.io/name: puppetserver
app.kubernetes.io/instance: release-name
app.kubernetes.io/managed-by: Helm
helm.sh/chart: puppetserver-9.5.2
app.kubernetes.io/version: 7.17.0
This causes helm / argocd to barf.
Expected Behavior (Behaviour)
No duplicate labels.
Steps to Reproduce
Steps to reproduce the behavior (Behaviour):
metrics:
prometheus:
disableAPICheck: true
puppetdb:
enabled: true
jmx:
enabled: true
Its likely its unnecessary we have the compiler labels and it maybe possible to have them removed.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working