Skip to content

Commit

Permalink
fix deployment test crd
Browse files Browse the repository at this point in the history
  • Loading branch information
zreigz committed Sep 21, 2023
1 parent e8c856d commit 274eb9f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
13 changes: 8 additions & 5 deletions api/example/test_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ metadata:
name: test
spec:
pluralId: ""
repoUrl: https://github.com/pluralsh/deployment-api
ref: 957bde0e71dad665e53f7fcbff43fc2f0e10b0a9
subfolder: example/test_deployment
revision:
version: ""
ref: ""
git:
ref: https://github.com/argoproj/argocd-example-apps
folder: blue-green
namespace: test
providerName: fake.platform.plural.sh
deploymentClassName: fake
providerName: argocd.platform.plural.sh
deploymentClassName: argocd
1 change: 0 additions & 1 deletion providers/argocd/pkg/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"

"github.com/argoproj/argo-cd/v2/pkg/apis/application/v1alpha1"

"github.com/pluralsh/deployment-operator/providers/argocd/pkg/argocd"
proto "github.com/pluralsh/deployment-operator/provisioner/proto"
"google.golang.org/grpc/codes"
Expand Down

0 comments on commit 274eb9f

Please sign in to comment.