When source_type = "all"
(default or explicitly set), if I only have helm or manifest config args, query fails with invalid configuration
#166
Labels
bug
Something isn't working
Describe the bug
When
source_type = "all"
(default or explicitly set) in mykubernetes.spc
, if I run a query, I receive an error since Kube is looking for a cluster to connect to:If I then change
source_type = "manifest"
, then the query works:Steampipe version (
steampipe -v
)v0.20.9
Plugin version (
steampipe plugin list
)v0.22.1
To reproduce
See above
Expected behavior
If
source_type = "all"
, even if I don't have a Kube cluster configured, the helm and manifest information should still be loadedAdditional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: