We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6c212 commit 78858bcCopy full SHA for 78858bc
charts/kafka/Chart.yaml
@@ -2,5 +2,5 @@ apiVersion: v2
2
name: kafka
3
description: Kafka chart
4
type: application
5
-version: 0.1.3
+version: 0.1.4
6
appVersion: "1.0.0"
charts/kafka/templates/statefulset.yaml
@@ -15,6 +15,8 @@ spec:
15
app: kafka
16
spec:
17
terminationGracePeriodSeconds: 120
18
+ securityContext:
19
+ fsGroup: 1000
20
containers:
21
- name: kafka
22
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
0 commit comments