fluent / helm-charts

Helm Charts for Fluentd and Fluent Bit
Apache License 2.0
366 stars 438 forks source link

[fluent-bit] values rendering support for `ingress.annotations` #475

Closed rgaduput closed 3 months ago

rgaduput commented 3 months ago

We have some scenarios were i think its good to have support for rendering the ingress.annotations. An example where we want to add annotation for k8s ingress to pass auth-tls-secret param which requires to be provided as <namespace>/<secretname>, so its not really good idea to hardcode the namespace.

nginx.ingress.kubernetes.io/auth-tls-secret: "{{ .Release.Namespace }}/fluent-bit-tls"