Skip to content

Add annotations for service #3750

@lszczepaniak-XM

Description

@lszczepaniak-XM

Is your feature request related to a problem? Please describe the impact that the lack of the feature requested is creating.

I wanted to add annotations to the headlamp service and i realised that unlike for other resources the values for it are not defined.

Describe the solution you'd like

I would like to have an option to provide these via values.yaml. For example like you can do for sa

{{- with .Values.service.annotations }}
annotations:
  {{- toYaml . | nindent 4 }}
{{- end }}

What users will benefit from this feature?

Anyone that wants to use annotations on a service, can be used for multiple solutions for example enabling 3 party tools.

Are you able to implement this feature?

Yes

Additional context

[If needed, add any other context or screenshots about the feature request here.]

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