mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-09-15 12:18:57 +00:00
Merge pull request #115 from woop/patch-1
Update example to show correct environment
This commit is contained in:
@@ -4,7 +4,7 @@ metadata:
|
|||||||
name: demo-configmap
|
name: demo-configmap
|
||||||
data:
|
data:
|
||||||
application.properties: |
|
application.properties: |
|
||||||
app.name=Staging Kinflate Demo
|
app.name=Production Kinflate Demo
|
||||||
spring.jpa.hibernate.ddl-auto=update
|
spring.jpa.hibernate.ddl-auto=update
|
||||||
spring.datasource.url=jdbc:mysql://<production_db_ip>:3306/db_example
|
spring.datasource.url=jdbc:mysql://<production_db_ip>:3306/db_example
|
||||||
spring.datasource.username=root
|
spring.datasource.username=root
|
||||||
|
|||||||
Reference in New Issue
Block a user