Skip to content

fluent-bit-collector-1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Aug 17:55
f108097

Changed

Fixed

  • Only mount the data volume when storage.enabled is true. The template previously checked .Values.storage (a map that is always truthy), so the volume was mounted even when storage was disabled. (#732) @yugstar