Skip to content

Commit

Permalink
Merge pull request #50 from microsoft/eedorenko/patch
Browse files Browse the repository at this point in the history
lowercase clustername
  • Loading branch information
eedorenko committed Jul 30, 2024
2 parents e50b127 + 1c88778 commit 9c55c29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/azureresourcegraph_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9c55c29

Please sign in to comment.