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 6572103 commit cadf3f0Copy full SHA for cadf3f0
helm/charts/obaas-sample-app/templates/deployment.yaml
@@ -86,8 +86,6 @@ spec:
86
{{- if $.Values.obaas.springboot.enabled }}
87
- name: SPRING_PROFILES_ACTIVE
88
value: {{ $obaas.data.SPRING_PROFILES_ACTIVE | quote }}
89
- - name: SPRING_CONFIG_LABEL
90
- value: {{ $obaas.data.SPRING_CONFIG_LABEL | quote }}
91
{{- if $.Values.obaas.database.enabled }}
92
- name: SPRING_DATASOURCE_URL
93
value: "jdbc:oracle:thin:@${DB_SERVICE}?TNS_ADMIN=/oracle/tnsadmin"
helm/charts/obaas-sample-app/values.yaml
@@ -189,6 +189,3 @@ obaas:
189
190
eureka:
191
enabled: true # Enable Eureka service discovery
192
-
193
- configServer:
194
- enabled: false # Enable Spring Cloud Config integration
0 commit comments