Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Commit

Permalink
add SPRING_KAFKA_ENABLED to app deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
bonifaido committed Nov 5, 2019
1 parent ec589cf commit f1cea56
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ spec:
secretKeyRef:
name: {{ if .Values.mysql.existingSecret }}{{ .Values.mysql.existingSecret }}{{- else }}{{ include "call-nested" (list . "mysql" "mysql.fullname") }}{{- end }}
key: mysql-password
- name: SPRING_KAFKA_ENABLED
value: {{ .Values.kafka.enabled | quote }}
- name: SPRING_KAFKA_BOOTSTRAP_SERVERS
value: {{ .Values.kafka.bootstrapServers }}
{{ range $key, $value := .Values.env }}
Expand Down

0 comments on commit f1cea56

Please sign in to comment.