Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ manager: generate fmt vet

# Run against the configured Kubernetes cluster in ~/.kube/config
run: generate fmt vet manifests
go run ./main.go
ENABLE_WEBHOOKS=false go run ./main.go

# Install CRDs into a cluster
install: manifests kustomize crd
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ git clone https://github.com/streamnative/function-mesh.git
- install operator-sdk and use it to add CRD, controller or webhooks

```bash
operator-sdk create api --group compute --version v1alpha1 --kind Function --resource=true --controller-true
operator-sdk create api --group compute --version v1alpha1 --kind Function --resource=true --controller=true
```

```bash
Expand Down