#!/bin/bash
#
# Check that the configuration for deis-database is valid.
#

if grep -q "<no value>" $1 ; then
    exit 1
fi
