Skip to content

Commit

Permalink
Update changelog/fragments/bump-1.22.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Jesus Rodriguez <jmrodri@gmail.com>
  • Loading branch information
camilamacedo86 and jmrodri committed Oct 12, 2021
1 parent e0d1d9a commit ed83e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog/fragments/bump-1.22.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ entries:
2) Update your Makafile by
- Replacing `ENVTEST_K8S_VERSION = 1.21` with `ENVTEST_K8S_VERSION = 1.22`
- Replacing `$(CONTROLLER_GEN) $(CRD_OPTIONS) rbac:roleName=manager-role webhook paths="./..." output:crd:artifacts:config=config/crd/bases` with `$(CONTROLLER_GEN) rbac:roleName=manager-role crd webhook paths="./..." output:crd:artifacts:config=config/crd/bases`
- Now, you can also remove from this file
- Now, you can also remove from the `Makefile` the `CRD_OPTIONS`, see below:
```
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
Expand Down

0 comments on commit ed83e96

Please sign in to comment.