Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Struß <[email protected]>
  • Loading branch information
applike-ss committed Nov 29, 2021
1 parent d52a623 commit 13cdc90
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -64,8 +64,10 @@ containers:
protocol: {{ .protocol }}
{{- end }}
{{- end }}
{{- with .Values.lifecycle }}
lifecycle:
{{- toYaml .Values.lifecycle | nindent 6 }}
{{- toYaml . | nindent 6 }}
{{- end }}
livenessProbe:
{{- toYaml .Values.livenessProbe | nindent 6 }}
readinessProbe:
Expand Down
4 changes: 3 additions & 1 deletion charts/fluentd/templates/_pod.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ containers:
containerPort: {{ $port.containerPort }}
protocol: {{ $port.protocol }}
{{- end }}
{{- with .Values.lifecycle }}
lifecycle:
{{- toYaml .Values.lifecycle | nindent 6 }}
{{- toYaml . | nindent 6 }}
{{- end }}
livenessProbe:
{{- toYaml .Values.livenessProbe | nindent 6 }}
readinessProbe:
Expand Down

0 comments on commit 13cdc90

Please sign in to comment.