Skip to content

Commit

Permalink
Setting TLS verify to off in fluentbit in staging (#2211)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben851 authored Nov 22, 2023
1 parent f9932cf commit 372a561
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions env/dev/fluentbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ data:
Use_Kubelet On
Kubelet_Port 10250
Buffer_Size 0
tls.verify Off
[OUTPUT]
Name cloudwatch
Expand Down Expand Up @@ -168,6 +169,7 @@ data:
Use_Kubelet On
Kubelet_Port 10250
Buffer_Size 0
tls.verify Off
[FILTER]
name multiline
Expand Down
2 changes: 2 additions & 0 deletions env/scratch/fluentbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ data:
Use_Kubelet On
Kubelet_Port 10250
Buffer_Size 0
tls.verify Off
[OUTPUT]
Name cloudwatch
Expand Down Expand Up @@ -168,6 +169,7 @@ data:
Use_Kubelet On
Kubelet_Port 10250
Buffer_Size 0
tls.verify Off
[FILTER]
name multiline
Expand Down
2 changes: 2 additions & 0 deletions env/staging/fluentbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ data:
Use_Kubelet On
Kubelet_Port 10250
Buffer_Size 0
tls.verify Off
[OUTPUT]
Name cloudwatch
Expand Down Expand Up @@ -175,6 +176,7 @@ data:
Use_Kubelet On
Kubelet_Port 10250
Buffer_Size 0
tls.verify Off
[FILTER]
name multiline
Expand Down

0 comments on commit 372a561

Please sign in to comment.