Hello! I have an issue with k8s operator and monor...
# pulumi-kubernetes-operator
q
Hello! I have an issue with k8s operator and monorepo. Operator runs npm install in the stack directory and it's not installing all required dependencies and packages for pulumi to run. Maybe you have came across some solution regarding this issue? When using pulumi locally we're doing
npm install
in the root directory and in installs all modules end etc.. But with k8s operator it only uses package.json from stack folder.