Skip to content

Commit

Permalink
co_doc
Browse files Browse the repository at this point in the history
  • Loading branch information
swastik959 committed Jan 20, 2023
1 parent 355901d commit 9b69713
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,19 +136,19 @@ Note that if your project has multiple groups (`multigroup:true`) then the above
The PROJECT tracks the paths of all APIs used in your project. Ensure that they now point to `api/...` as the following example:

**Before update:**

```
group: crew
kind: Captain
path: sigs.k8s.io/kubebuilder/testdata/project-v4/apis/crew/v1

```

**After Update:**

```
group: crew
kind: Captain
path: sigs.k8s.io/kubebuilder/testdata/project-v4/api/crew/v1

```

### Update kustomize manifests with the changes made so far

Expand Down

0 comments on commit 9b69713

Please sign in to comment.