Remove line in initdb script that creates backend db

Since this is already created by the backend
This commit is contained in:
Martina Iglesias Fernandez
2020-10-08 15:58:19 +02:00
parent 797ac6a450
commit 84e6d0e230
@@ -2,7 +2,6 @@
{{ $lighthouseDb := .Values.lighthouse.database.connection.database }}
{{ $user := .Values.global.postgresql.postgresqlUsername }}
create database {{ $backendDb }};
grant all privileges on database {{ $backendDb }} to {{ $user }};
create database backstage_plugin_auth;