Skip to content

Commit

Permalink
Fix kafka fsGroup
Browse files Browse the repository at this point in the history
Signed-off-by: Arnob kumar saha <arnob@appscode.com>
  • Loading branch information
ArnobKumarSaha committed Jan 1, 2025
1 parent adbcfc1 commit df08f70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/kubedbcom-kafka-editor-options/templates/db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
podTemplate:
spec:
securityContext:
fsGroup: {{ .Values.spec.openshift.securityContext.runAsUser | default 999 }}
fsGroup: {{ .Values.spec.openshift.securityContext.runAsUser | default 1001 }}
containers:
- name: kafka
resources:
Expand All @@ -104,7 +104,7 @@ spec:
podTemplate:
spec:
securityContext:
fsGroup: {{ .Values.spec.openshift.securityContext.runAsUser | default 999 }}
fsGroup: {{ .Values.spec.openshift.securityContext.runAsUser | default 1001 }}
containers:
- name: kafka
resources:
Expand All @@ -124,7 +124,7 @@ spec:
podTemplate:
spec:
securityContext:
fsGroup: {{ .Values.spec.openshift.securityContext.runAsUser | default 999 }}
fsGroup: {{ .Values.spec.openshift.securityContext.runAsUser | default 1001 }}
containers:
- name: kafka
resources:
Expand Down

0 comments on commit df08f70

Please sign in to comment.