Skip to content

Commit

Permalink
Fix new CRD location for inlets-operator
Browse files Browse the repository at this point in the history
The CRD location moved, and the CRD is required for the
operator and app to work.

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Jul 1, 2020
1 parent 4a75ac5 commit 06f48bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/apps/inletsoperator_app.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func MakeInstallInletsOperator() *cobra.Command {
return err
}

_, err = k8s.KubectlTask("apply", "-f", "https://raw.githubusercontent.com/inlets/inlets-operator/master/artifacts/crd.yaml")
_, err = k8s.KubectlTask("apply", "-f", "https://raw.githubusercontent.com/inlets/inlets-operator/master/artifacts/crds/inlets.inlets.dev_tunnels.yaml")
if err != nil {
return err
}
Expand Down

0 comments on commit 06f48bd

Please sign in to comment.