From 9f5720d06b7918ad3d62c0c53c8ba350d0ba17d3 Mon Sep 17 00:00:00 2001 From: Pedro Juarez Date: Fri, 19 Apr 2024 12:07:48 -0700 Subject: [PATCH] Add the recommended K8s label `app.kubernetes.io/name`. (#2082) https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels Signed-off-by: pjuarezd --- resources/kustomization.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/kustomization.yaml b/resources/kustomization.yaml index 3cc21d42588..f0e5e5c6f17 100644 --- a/resources/kustomization.yaml +++ b/resources/kustomization.yaml @@ -6,7 +6,8 @@ commonAnnotations: operator.min.io/license: "AGPLv3" operator.min.io/support: "https://subnet.min.io" operator.min.io/version: v5.0.14 - +commonLabels: + app.kubernetes.io/name: operator resources: - base/namespace.yaml - base/service-account.yaml