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
We deploy our services using helm umbrella chart (one chart has many within it), while attempting to calculate drift in config, the plugin is panicking.
error:
{"level":"debug","msg":"rendering manifest to disc, hold on for a moment....","time":"2024-09-27T15:59:25+05:30"}
{"level":"debug","msg":"failed to get 'metadata' from the manifest","time":"2024-09-27T15:59:25+05:30"}
ERRO[0003] getting manifest information from template errored with 'failed to get kind from the manifest, 'kind' is not type string'
{"level":"fatal","msg":"failed to get kind from the manifest, 'kind' is not type string","time":"2024-09-27T15:59:25+05:30"}
Error: plugin "drift" exited with error
The text was updated successfully, but these errors were encountered:
@ishnmu, It seems I know the issue. I already have a PR open for another Helm plugin I developed ref. I'll work on abstracting the solution so that both plugins benefit from it. Were there any specific charts you tested with? That would help me troubleshoot further.
Nikhil, thanks for the response.
I cant share the details of the umbrella chart I used as its internal. But
let me see if I can reproduce it with the dummy umbrella chart mimicking
the actual structure.
We deploy our services using helm umbrella chart (one chart has many within it), while attempting to calculate drift in config, the plugin is panicking.
error:
The text was updated successfully, but these errors were encountered: