meilisearch / meilisearch-kubernetes

Meilisearch on Kubernetes Helm charts and manifests

Home Page:https://www.meilisearch.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make it possible to add labels to Pods exclusively

jensschulze opened this issue · comments

Description
There are certain situations in which only Pods should receive labels. At the moment it is only possible to label all resources via customLabels.

Proposal

podLabels:
  myPodExclusiveLabel: "this is a value only relevant to my pods"