You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A user reported the problem below in Community and I can consistently reproduce it.
/home/runner/work/dasel/dasel/cmd/dasel/main.go:10 +0x24
Error: cannot use property selector on non map/struct types: invalid: property not found: tls-cert
Error: cannot use property selector on non map/struct types: invalid: property not found: tls-key
Note: While trying to troubleshoot, I removed all config files and was then able to run a container that didn't throw the dasel errors, and did throw the expected "missing TLS cert file" error. But, then after breaking it again, I wasn't able to repeat my "fix" by making the same changes.
Reproduced on my system.
OS: Mac OS X
In the following example, $HOME/apps/influxdb-docker-files/data and $HOME/apps/influxdb-docker-files/config are empty directories:
I've also encountered this error, but at least in my case, after checking the entrypoint.sh script, I realized that I was providing a path to a directory containing the configuration file in the INFLUXD_CONFIG_PATH environment variable (/etc/influxdb2), where what is actually expected there is the full path to the config file (e.g. /etc/influxdb2/config.yaml).
A user reported the problem below in Community and I can consistently reproduce it.
Note: While trying to troubleshoot, I removed all config files and was then able to run a container that didn't throw the
dasel
errors, and did throw the expected "missing TLS cert file" error. But, then after breaking it again, I wasn't able to repeat my "fix" by making the same changes.Reproduced on my system.
OS: Mac OS X
In the following example,
$HOME/apps/influxdb-docker-files/data
and$HOME/apps/influxdb-docker-files/config
are empty directories:The text was updated successfully, but these errors were encountered: