scalyr/helm-scalyr

BUG: `volumeMounts` is does not work

xdvpser opened this issue · 1 comments

Problem

volumeMounts from values.yaml file is not used in daemonset manifest template. volume is used instead in volumeMounts spec.
https://github.com/scalyr/helm-scalyr/blob/scalyr-agent-0.2.19/charts/scalyr-agent/templates/daemonset.yaml#L147-L149

How it should be

volumeMounts should be used in volumeMounts spec in daemonset manifest template.

Chart version: 0.2.19

nevermind, didn't notice that similar issue exists