Warning
Starting from 1.0.20, the Promtail descriptor moved from Deployment to DaemonSet.
Tip
You can set --monitoring.namespace to deploy the full stack in a dedicated namespace.

Starting from 1.0.20, we added the resource request/limit placeHolder with default in all the dependencies. You can remove them by patching the descriptor like:

{
  "op": "remove",
  "path": "/spec/template/spec/containers/0/resources"
}

You need to add this in all the descriptor dependencies.