[go: nahoru, domu]

Skip to content

Commit

Permalink
test(e2e): fix create proxier operator
Browse files Browse the repository at this point in the history
  • Loading branch information
draveness committed Apr 22, 2019
1 parent 79c6308 commit aeaf8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/framework/framework.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func New(kubeconfig, opImage string) (*Framework, error) {
// CreateProxierOperator create service account, cluster role, cluster role binding and make
// deployment for proxier resources.
func (f *Framework) CreateProxierOperator(namespace string, operatorImage string, namespacesToWatch []string) error {
crd, err := MakeCRD("../../deploy/margus_v1_proxier_crd.yaml")
crd, err := MakeCRD("../../deploy/crds/maegus_v1beta1_proxier_crd.yaml")
if err != nil {
return err
}
Expand Down

0 comments on commit aeaf8bb

Please sign in to comment.