helm-images icon indicating copy to clipboard operation
helm-images copied to clipboard

"image" in a configmap triggers output

Open lucacavazzana opened this issue 9 months ago • 0 comments

Bug description

It seems that occurrences of the word image in the configmap data trigger the parsing.

How to reproduce

Given the following configmap in a test chart:

apiVersion: v1
kind: ConfigMap
metadata:
  name: test
data:
  test.yml: |
    foo_image_bar: SHOLD_NOT_PRINT_THIS

Get the list of images:

$ helm images get release ./test
SHOLD_NOT_PRINT_THIS

Version

0.1.5

lucacavazzana avatar May 15 '24 12:05 lucacavazzana