Skip to content

There seems to be no way to add custom labels to the ClusterRole and ClusterRoleBinding #573

@mnp

Description

@mnp

The daemonset, etc have this, which makes sense:

  labels:
    {{- include "fluent-bit.labels" . | nindent 4 }}
    {{- with .Values.labels }}
      {{- toYaml . | nindent 4 }}
    {{- end }}

but the pattern is not the same for ClusterRole and ClusterRoleBinding:

  labels:
    {{- include "fluent-bit.labels" . | nindent 4 }}

So I think they need to have .Values.labels to follow the pattern, or else add a new top level key like .Values.clusterRole.labels.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions