Merge "[CONSUL] Add limits to consul chart."
[oom.git] / kubernetes / oof / components / oof-cmso / components / oof-cmso-optimizer / resources / config / liquibase.properties
index 32d77bb..4685512 100644 (file)
@@ -1,3 +1,4 @@
+{{/*
 ###
 # Copyright (c) 2019 AT&T Intellectual Property. 
 # Modifications Copyright (c) 2018 IBM. 
@@ -28,6 +29,7 @@
 # See the License for the specific language governing permissions and 
 # limitations under the License.
 ###
+*/}}
 spring.datasource.jdbcUrl=jdbc:mariadb://${DB_HOST}:${DB_PORT}/${DB_SCHEMA}?createDatabaseIfNotExist=true
 spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
 spring.datasource.username=${DB_USERNAME}