mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
fix breaking examples (#5024)
* fix examples?springboot with no kustomization.yaml * fix examples/loadHttp with legacy patch syntax
This commit is contained in:
5
examples/springboot/base/application.properties
Normal file
5
examples/springboot/base/application.properties
Normal file
@@ -0,0 +1,5 @@
|
||||
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
|
||||
8
examples/springboot/base/kustomization.yaml
Normal file
8
examples/springboot/base/kustomization.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
resources:
|
||||
- deployment.yaml
|
||||
- service.yaml
|
||||
configMapGenerator:
|
||||
- name: demo-configmap
|
||||
# behavior: merge
|
||||
files:
|
||||
- application.properties
|
||||
Reference in New Issue
Block a user