Skip to content

Commit

Permalink
ROX-19013 Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ludydoo committed Sep 14, 2023
1 parent bc5dd00 commit bfd05a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion internal/dinosaur/pkg/gitops/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package gitops

import (
"github.com/stackrox/rox/operator/apis/platform/v1alpha1"
"gopkg.in/yaml.v2"
"k8s.io/apimachinery/pkg/util/validation/field"
"sigs.k8s.io/yaml"
)

// Config represents the gitops configuration
Expand Down
1 change: 0 additions & 1 deletion internal/dinosaur/pkg/services/dinosaur.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ func NewDinosaurService(connectionFactory *db.ConnectionFactory, clusterService
return &dinosaurService{
connectionFactory: connectionFactory,
clusterService: clusterService,
iamService: iamService,
iamConfig: iamConfig,
dinosaurConfig: dinosaurConfig,
awsConfig: awsConfig,
Expand Down

0 comments on commit bfd05a7

Please sign in to comment.