mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
* fix examples?springboot with no kustomization.yaml * fix examples/loadHttp with legacy patch syntax
6 lines
203 B
INI
6 lines
203 B
INI
app.name=Staging Kinflate Demo
|
|
spring.jpa.hibernate.ddl-auto=update
|
|
spring.datasource.url=jdbc:mysql://<production_db_ip>:3306/db_example
|
|
spring.datasource.username=root
|
|
spring.datasource.password=admin
|