From 3df503b1c5c3e0cc3b15e39cd19e6d78279b7f13 Mon Sep 17 00:00:00 2001 From: Himanshu Date: Thu, 2 Dec 2021 16:51:36 +0530 Subject: [PATCH] added provider label (#248) * added provider label --- config/default/kustomization.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/default/kustomization.yaml b/config/default/kustomization.yaml index 9d1dc1083..359a58404 100644 --- a/config/default/kustomization.yaml +++ b/config/default/kustomization.yaml @@ -9,8 +9,8 @@ namespace: byoh-system namePrefix: byoh- # Labels to add to all resources and selectors. -#commonLabels: -# someName: someValue +commonLabels: + cluster.x-k8s.io/provider: "infrastructure-byoh" bases: - ../crd @@ -71,4 +71,4 @@ vars: name: webhook-service configurations: - - kustomizeconfig.yaml \ No newline at end of file + - kustomizeconfig.yaml