Skip to content

Commit

Permalink
aws-for-fluent-bit: comment out default templating values
Browse files Browse the repository at this point in the history
aws/aws-for-fluent-bit#599

Signed-off-by: Wesley Pettit <[email protected]>
  • Loading branch information
PettitWesley committed Nov 14, 2023
1 parent a32d5e7 commit 2711e41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/aws-for-fluent-bit/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: aws-for-fluent-bit
description: A Helm chart to deploy aws-for-fluent-bit project
version: 0.1.31
version: 0.1.32
appVersion: 2.31.12.20231011
home: https://github.com/aws/eks-charts
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
Expand Down
4 changes: 2 additions & 2 deletions stable/aws-for-fluent-bit/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ cloudWatchLogs:
match: "*"
region: "us-east-1"
logGroupName: "/aws/eks/fluentbit-cloudwatch/logs"
logGroupTemplate: /aws/eks/fluentbit-cloudwatch/workload/$kubernetes['namespace_name']
logGroupTemplate: # /aws/eks/fluentbit-cloudwatch/workload/$kubernetes['namespace_name']
logStreamName:
logStreamPrefix: "fluentbit-"
logStreamTemplate: $kubernetes['pod_name'].$kubernetes['container_name']
logStreamTemplate: # $kubernetes['pod_name'].$kubernetes['container_name']
logKey:
logFormat:
roleArn:
Expand Down

0 comments on commit 2711e41

Please sign in to comment.