Skip to content

Commit

Permalink
Disable Spring Boot splash message
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Zimmer committed Sep 16, 2021
1 parent e463e77 commit 8c0fc8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kafka-bridge/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: kafka-bridge
description: Http => Kafka bridge with support for Avro
type: application
version: 0.0.2
appVersion: "0.0.5"
appVersion: "0.0.6"
maintainers:
- name: michel-zimmer
email: [email protected]
2 changes: 2 additions & 0 deletions charts/kafka-bridge/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ spec:
env:
- name: management.endpoint.health.probes.enabled
value: "true"
- name: spring.main.banner-mode
value: "off"
{{- if .Values.deployment.applicationConfigSecret }}
- name: SPRING_CONFIG_LOCATION
value: /kafka-bridge/config/application.yaml
Expand Down

0 comments on commit 8c0fc8e

Please sign in to comment.