Merge pull request #115 from woop/patch-1

Update example to show correct environment
This commit is contained in:
Jingfang Liu
2018-06-15 12:35:12 -07:00
committed by GitHub

View File

@@ -4,7 +4,7 @@ metadata:
name: demo-configmap
data:
application.properties: |
app.name=Staging Kinflate Demo
app.name=Production Kinflate Demo
spring.jpa.hibernate.ddl-auto=update
spring.datasource.url=jdbc:mysql://<production_db_ip>:3306/db_example
spring.datasource.username=root