Skip to content

missing global.labels in pods #519

Open
@Boeller666

Description

@Boeller666

We need to set some labels by default to our deployments/pods.

global.labels does not attach these labels to the pods.

Please add

{{- if .Values.global.labels }}
{{ toYaml .Values.global.labels }}
{{- end }}

to the deployment.yaml or create another podLabels helper method that includes the global labels.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions