Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
eedorenko committed Jul 30, 2024
1 parent 6ba7bd0 commit 1c88778
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 1c88778

Please sign in to comment.