Skip to content

Commit

Permalink
Passing cluster-name as a string in the fluentbit daemon-set
Browse files Browse the repository at this point in the history
  • Loading branch information
mitali-salvi committed Feb 12, 2024
1 parent 0bb89bd commit d278ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/fluent-bit-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
- name: AWS_REGION
value: {{ .Values.region }}
- name: CLUSTER_NAME
value: {{ include "kubernetes-cluster.name" . }}
value: {{ (include "kubernetes-cluster.name" .) | quote }}
- name: READ_FROM_HEAD
value: "Off"
- name: READ_FROM_TAIL
Expand Down

0 comments on commit d278ce3

Please sign in to comment.