diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 7d7a4c5938..91e3ae6949 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -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