Minio and Postgres are external, but I still see pods running for both....can that be turned off!

We deployed Airbyte to K8s. We are also using an external Postgres instance AND S3 for logs. We have changed minio:enabled:false and postgresl:enabled:false. However when I get a list of the pods both are still running.

Is there a way to really disabled those or are they used for something internal and cannot be disabled.

Nevermind. When we first deployed we had minio and postgres set to true…that apparently create a replicaset and some services. Those need to be deleted manually.