Skip to content

app label

By enabling chart.applabel the following label will created:

values.yaml

chart:
  applabel: true

Resulting Manifest for Deployment or Statefulset

apiVersion: apps/v1
kind: Deployment
metadata:
    labels:
        app: <yourservicename>