hey im having some issues with `k8s.helm.v3.chart`...
# kubernetes
c
hey im having some issues with
k8s.helm.v3.chart
when switching from
LocalChartOpts
to
ChartOpts
(so instead of using a chart in a local repository using some upstream repo). In my values.yaml is a line like this:
{{ .Files.Get “files/fluentd-prometheus.conf” | indent 4 }}
The file is read with
LocalChartOpts
but is just empty with
ChartOpts
. I assume the working directory with
ChartOpts
is neither where
pulumi up
is executed nor where the values.yaml file is located. Any idea one this?