Skip to content

Commit

Permalink
Merge branch 'main' into fix-concurrent-map-write
Browse files Browse the repository at this point in the history
  • Loading branch information
michael12312 authored Sep 13, 2024
2 parents c4f6d22 + be4ca86 commit 4e0e41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/k8sgpt/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
{{- if .Values.deployment.securityContext }}
securityContext:
{{- toYaml .Values.deployment.securityContext | nindent 8 }}
{{ end -}}
{{- end }}
serviceAccountName: {{ template "k8sgpt.fullname" . }}
containers:
- name: k8sgpt-container
Expand Down

0 comments on commit 4e0e41f

Please sign in to comment.