diff --git a/kind/postgres.yaml b/kind/postgres.yaml index 8c16f4c..99ffc9a 100644 --- a/kind/postgres.yaml +++ b/kind/postgres.yaml @@ -31,6 +31,7 @@ data: CREATE DATABASE time WITH OWNER postgres ENCODING utf8; CREATE DATABASE dancefinder WITH OWNER postgres ENCODING utf8; CREATE DATABASE hifi WITH OWNER postgres ENCODING utf8; + CREATE DATABASE sloth WITH OWNER postgres ENCODING utf8; EOSQL --- apiVersion: apps/v1