-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: cleanup unused scripts, update make manifests (#569)
* chore: cleanup unused scripts, update make manifets Signed-off-by: Abhinandan Purkait <purkaitabhinandan@gmail.com> * chore: generate operator from helm template Signed-off-by: Abhinandan Purkait <purkaitabhinandan@gmail.com> * ci: add manifests and codegen validation in pull request Signed-off-by: Abhinandan Purkait <purkaitabhinandan@gmail.com> * chore: add comments on the generate-manifests script Signed-off-by: Abhinandan Purkait <purkaitabhinandan@gmail.com> * chore: generate zfs-operator by disabling helm labels Signed-off-by: Abhinandan Purkait <purkaitabhinandan@gmail.com> --------- Signed-off-by: Abhinandan Purkait <purkaitabhinandan@gmail.com>
- Loading branch information
1 parent
2f93897
commit 3854ec2
Showing
28 changed files
with
2,161 additions
and
3,616 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/usr/bin/env bash | ||
|
||
set -e | ||
|
||
git --no-pager diff --exit-code pkg/generated pkg/apis deploy/yamls |
Oops, something went wrong.