You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug fix:'operator-sdk add crd' doesn't work after add kubebuilder tags (#1660)
* fix bug: 'operator-sdk add crd' doesn't work after add kubebuilder tag in _types.go
* add fix info to changelog
* Update CHANGELOG.md
Co-Authored-By: Eric Stroczynski <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
### Removed
10
10
11
11
### Bug Fixes
12
+
- Configure the repo path correctly in `operator-sdk add crd` and prevent the command from running outside of an operator project. ([#1660](https://github.com/operator-framework/operator-sdk/pull/1660))
0 commit comments