From 1c88778cdc3716c3619588657046657878834174 Mon Sep 17 00:00:00 2001 From: Eugene Fedorenko Date: Mon, 29 Jul 2024 17:45:13 -0700 Subject: [PATCH] update --- controllers/azureresourcegraph_controller.go | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/azureresourcegraph_controller.go b/controllers/azureresourcegraph_controller.go index ecf44fb..21c53ac 100644 --- a/controllers/azureresourcegraph_controller.go +++ b/controllers/azureresourcegraph_controller.go @@ -306,6 +306,7 @@ func (r *AzureResourceGraphReconciler) getReconcilersData(ctx context.Context, f func (r *AzureResourceGraphReconciler) createReconciler(status string, statusMessage string, gitOpsCommitId string, resourceGroup string, clusterName string, reconcilerName string, manifestsEndpoint string, reconcilerType hubv1alpha1.ReconcilerType) hubv1alpha1.ReconcilerSpec { reconcilerStatus := r.translateComplianceState(status) + clusterName = strings.ToLower(clusterName) deployment := hubv1alpha1.Deployment{ GitOpsCommitId: gitOpsCommitId,