apiVersion: v1 kind: ConfigMap metadata: name: database-config labels: config: database type: postgres data: database.type: postgres database.postgres.username: cta database.postgres.password: cta database.postgres.database: cta # postgres server points to the postgres external server database.postgres.server: postgres1234.cern.ch