Nikhil Bhat

Results 17 comments of Nikhil Bhat

@steven-sheehy , I'm uncertain about the contents of the configmap in your Helm chart. You might consider skipping that particular configmap using the `--skip` flag. You can find usage examples...

@steven-sheehy , I'm unsure about the specific `config-map` causing the issue. The logs indicate an error related to a `config-map`. Enabling `--log-level` to `debug` might provide more insight into the...

Detecting images specified within a `config-map` can be challenging (since there's no standardisation in here, any type of data can be included here), but it's essential to have support for...

Logging errors without failing does seem logical. I'll consider this as feedback and work on it.

@Leobaillard , at the moment the plugin doesn't support `HelmChartConfig`. Once I'm back, I'll check the feasibility of this and add support for the same.

@victorswed, If you want to include hooks while filtering by resource type, run the command with the flags `--consider-hooks` and `--kind`, where the `--kind` parameter accepts multiple inputs.

@victorswed, I'm not sure if it is feasible to skip certain fields while identifying drifts with current code. The way the plugin handles the resources currently, doesn't support adding such...

The issue of drifts caused by `HPA` is addressed in commit https://github.com/nikhilsbhat/helm-drift/commit/5dd8d4e554980be66a893295e75c8419f44e519d. This commit resolves the problem using a different approach instead of skipping the field hence closing this.

@ishnmu, It seems I know the issue. I already have a PR open for another Helm plugin I developed [ref](https://github.com/nikhilsbhat/helm-images/pull/42). I'll work on abstracting the solution so that both plugins...

@philk , thanks for the PR. I'll review this and update.