We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b197f commit f616e30Copy full SHA for f616e30
examples/springboot/overlays/production/patch.yaml
@@ -4,7 +4,7 @@ metadata:
4
name: demo-configmap
5
data:
6
application.properties: |
7
- app.name=Staging Kinflate Demo
+ app.name=Production Kinflate Demo
8
spring.jpa.hibernate.ddl-auto=update
9
spring.datasource.url=jdbc:mysql://<production_db_ip>:3306/db_example
10
spring.datasource.username=root
0 commit comments