diff --git a/aodh/templates/deployment-api.yaml b/aodh/templates/deployment-api.yaml index 15c0cf8502..6d0e1fb549 100644 --- a/aodh/templates/deployment-api.yaml +++ b/aodh/templates/deployment-api.yaml @@ -31,7 +31,7 @@ metadata: name: aodh-api annotations: {{ tuple $envAll | include "helm-toolkit.snippets.release_uuid" }} - labels: + labels: {{ tuple $envAll "aodh" "api" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 4 }} spec: replicas: {{ .Values.pod.replicas.api }}