It would be interesting to be able to introduce additional metadata labels in the deployments and statefulsets
It would be interesting to be able to introduce additional metadata labels in the deployments and statefulsets.
Current deployment:
apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
...
labels:
app.kubernetes.io/instance: haproxy
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: haproxy
app.kubernetes.io/version: 2.8.1
helm.sh/chart: haproxy-1.19.2
With deploymentLabels key into values:
deploymentLabels:
foo: bar
bar: foo
Desired deployments:
apiVersion: apps/v1
kind: Deployment
metadata:
annotations:
...
labels:
app.kubernetes.io/instance: haproxy
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: haproxy
app.kubernetes.io/version: 2.8.1
bar: foo
foo: bar
helm.sh/chart: haproxy-1.19.2
Hi @gustavoborragan , any specific use-case that you had in mind for this?
Hi @dkorunic, yes, for example, adding metadata for observation applications.
Hello dear ones. Any news on this? Thanks!!!
Hi @gustavoborragan, no progress on this yet, but it's in the pipeline to be added.
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 30 days since being marked as stale.