Skip to content

data volume is still created when storage is disabled #699

@AHGIJMKLKKZNPJKQR

Description

@AHGIJMKLKKZNPJKQR

When .storage.enabled field is set to false, the data volume is still created and mounted to the collector container in the created Daemonset. This causes helm installation to fail on setups where non-readonly host filesystem access is restricted.

I believe this is caused by a typos in the following two lines:

The correct condition would be

{{- if .Values.storage.enabled }}

chart: fluent/fluent-bit-collector
version: 1.0.0-beta.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions