Skip to content

Commit

Permalink
Fixing fluentbit yaml for prod (#2182)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 authored Nov 15, 2023
1 parent 543b990 commit fdbecec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/production/fluentbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,11 +331,11 @@ spec:
version: v1
kubernetes.io/cluster-service: "true"
spec:
containers:
initContainers:
- name: wait-for-init
image: busybox:1.28
command: ['sh', '-c', 'echo "Waiting for 2 seconds for node to sort itself out" && sleep 2']
containers:
- name: fluent-bit
image: public.ecr.aws/aws-observability/aws-for-fluent-bit:stable
imagePullPolicy: Always
Expand Down

0 comments on commit fdbecec

Please sign in to comment.