mittwald / kubernetes-secret-generator

Kubernetes controller for automatically generating and updating secrets
Apache License 2.0
329 stars 56 forks source link

Label selector for metrics service does not match pod labels #56

Closed aiceball closed 2 years ago

aiceball commented 2 years ago

Describe the bug Metrics service selects by following label: name=kubernetes-secret-generator But pod labels selectors are: app.kubernetes.io/name=kubernetes-secret-generator

To Reproduce Deploy secret generator with metrics enabled

Expected behavior Service selector labels match pod labels

Environment:

aiceball commented 2 years ago

@martin-helmich thank you for the quick fix! Do you happen to have a date for the next release with it? We'd like to pick up this fix whenever possible