Skip to content

Commit

Permalink
ROX-27130: pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ludydoo committed Feb 12, 2025
1 parent 037bd4b commit 631b0d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/config/gitops-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ applications:
name: rhacs-crds
spec:
destination:
namespace: my-app
namespace: rhacs
server: https://kubernetes.default.svc
project: default
source:
Expand Down
3 changes: 1 addition & 2 deletions fleetshard/pkg/argox/generic_argo_reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package argox
import (
"context"
"fmt"

argocd "github.com/argoproj/argo-cd/v2/pkg/apis/application/v1alpha1"
"github.com/golang/glog"
"k8s.io/apimachinery/pkg/api/errors"
Expand Down Expand Up @@ -58,8 +59,6 @@ func ReconcileApplications(
return err
}

//default-route-openshift-image-registry.apps.lc-02-07-placid-respect-appr.ocp.infra.rox.systems

existingApplicationsMap := map[string]argocd.Application{}
for i := range existingApplications.Items {
existingApplicationsMap[existingApplications.Items[i].Name] = existingApplications.Items[i]
Expand Down

0 comments on commit 631b0d8

Please sign in to comment.