We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 467e9d0 commit c9a6e44Copy full SHA for c9a6e44
.githooks/pre-commit
@@ -117,7 +117,7 @@ function update_release_json() {
117
}
118
119
function regenerate_public_rbac_multi_cluster() {
120
- if echo "$git_last_changed" | grep -q 'cmd/kubectl-mongodb'; then
+ if echo "$git_last_changed" | grep -q -e 'cmd/kubectl-mongodb' -e 'pkg/kubectl-mongodb'; then
121
echo 'regenerating multicluster RBAC public example'
122
pushd pkg/kubectl-mongodb/common/
123
EXPORT_RBAC_SAMPLES="true" go test ./... -run TestPrintingOutRolesServiceAccountsAndRoleBindings
0 commit comments