Skip to content

Commit

Permalink
fix: add service account to deployment (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-saxena-d11 authored Aug 18, 2023
1 parent f3ffb7c commit c46d188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kafka-connect/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: kafka-connect
description: Kafka Connect Helm chart
version: 0.1.0
version: 0.1.1
appVersion: "6.1.0"
dependencies:
- name: common
Expand Down
1 change: 1 addition & 0 deletions charts/kafka-connect/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ spec:
{{- end }}
{{- end }}
spec:
serviceAccountName: {{ template "kafka-connect.serviceAccountName" . }}
containers:
{{- if .Values.prometheus.jmx.enabled }}
- name: prometheus-jmx-exporter
Expand Down

0 comments on commit c46d188

Please sign in to comment.