From 0f703b2624877b37d486eb80a43db31e9a95ca70 Mon Sep 17 00:00:00 2001 From: Felix Kunde Date: Wed, 29 Apr 2020 10:17:35 +0200 Subject: [PATCH] one more sentence --- docs/user.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/user.md b/docs/user.md index 730d4dc5c..2d9f2be6a 100644 --- a/docs/user.md +++ b/docs/user.md @@ -374,7 +374,10 @@ spec: Adding existing database schemas to the manifest to create roles for them as well is up the user and not done by the operator. Remember that if you don't -specify any schema a new database schema called `data` will be created. +specify any schema a new database schema called `data` will be created. When +everything got synced (roles, schemas, extensions), you are free to remove the +database from the `databases` section. Note, that the operator does not delete +database objects or revoke privileges when removed from the manifest. ## Resource definition