Remove pre-defined Quay.io specific contact information

Fixes https://jira.coreos.com/browse/QUAY-1176
This commit is contained in:
Joseph Schorr 2019-02-28 15:40:23 -05:00
parent 9d3543a353
commit b9ec390ff6
4 changed files with 5 additions and 6 deletions

View file

@ -142,7 +142,6 @@ CONFIG_SCHEMA = {
},
'CONTACT_INFO': {
'type': 'array',
'minItems': 1,
'uniqueItems': True,
'description': 'If specified, contact information to display on the contact page. ' +
'If only a single piece of contact information is specified, the contact footer will link directly.',