Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Thanks!

Co-authored-by: Naseem <[email protected]>
Signed-off-by: Stavros Foteinopoulos <[email protected]>
  • Loading branch information
stafot and naseemkullah committed Dec 10, 2020
1 parent 4614db9 commit 05be6d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion charts/fluent-bit/templates/_pod.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ priorityClassName: {{ .Values.priorityClassName }}
serviceAccountName: {{ include "fluent-bit.serviceAccountName" . }}
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 2 }}
{{- with .Values.dnsConfig }}
dnsConfig:
{{- toYaml .Values.podDnsConfig | nindent 2 }}
{{- toYaml . | nindent 2 }}
{{- end }}
containers:
- name: {{ .Chart.Name }}
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion charts/fluent-bit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ podSecurityPolicy:
podSecurityContext:
{}
# fsGroup: 2000
podDnsConfig: {}
dnsConfig: {}
# nameservers:
# - 1.2.3.4
# searches:
Expand Down

0 comments on commit 05be6d2

Please sign in to comment.