Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ClusterRole should contain labels #1936

Closed
mkozikowsk opened this issue Feb 4, 2025 · 0 comments · Fixed by #1947
Closed

ClusterRole should contain labels #1936

mkozikowsk opened this issue Feb 4, 2025 · 0 comments · Fixed by #1947
Labels
bug Something isn't working
Milestone

Comments

@mkozikowsk
Copy link

Describe the bug:
ClusterRole logging-operator' created by helm chart has no labels **Expected behaviour**: ClusterRole logging-operator' created by helm chart should contain common logging-operator.labels

Steps to reproduce the bug:
Install logging-operator using helm char and check labels of 'logging-operator' ClusterRole

Additional context:
Template clusterrole should contains labels

Environment details:

  • Kubernetes version (e.g. v1.15.2): v1.30
  • Cloud-provider/provisioner (e.g. AKS, GKE, EKS, PKE etc): AKS
  • logging-operator version (e.g. 2.1.1): 5.0.1
  • Install method (e.g. helm or static manifests): helm
  • Logs from the misbehaving component (and any other relevant logs):
  • Resource definition (possibly in YAML format) that caused the issue, without sensitive data:
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
  name: logging-operator

/kind bug

@mkozikowsk mkozikowsk added the bug Something isn't working label Feb 4, 2025
@pepov pepov added this to the 5.x milestone Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants