Skip to content

Commit

Permalink
Fixed broken local deployment (#2022)
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-karpukhin authored Jan 7, 2025
1 parent f96ac3e commit f134c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ docker build -f fast.Dockerfile --rm -t "${image}" .
docker push "${image}"

#Prepare CRDs
controller-gen crd:crdVersions=v1,ignoreUnexportedFields=true rbac:roleName=manager-role webhook paths="./pkg/..." output:crd:artifacts:config=config/crd/bases
controller-gen crd:crdVersions=v1,ignoreUnexportedFields=true rbac:roleName=manager-role webhook paths="./internal/..." output:crd:artifacts:config=config/crd/bases

#Installing the CRD,Operator,Role
ns=mongodb-atlas-system
Expand Down

0 comments on commit f134c0a

Please sign in to comment.