diff --git a/examples/springboot/overlays/production/patch.yaml b/examples/springboot/overlays/production/patch.yaml index 16dcd086a..7c908c25b 100644 --- a/examples/springboot/overlays/production/patch.yaml +++ b/examples/springboot/overlays/production/patch.yaml @@ -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://:3306/db_example spring.datasource.username=root