benc-uk/kubeview

configmap/secret Objects are missing

Opened this issue · 0 comments

Hi,

We have been using this tool for sometime and really like it. We noticed , it doesn't show configmap and secrets for few namespaces i. During my investigation, I found if deployment have envFrom below settings then it doesn't show configmaps and secrets

  • envFrom:
    • configMapRef:
      name: test
    • secretRef:
      name: test

Could you please test at your end?

If configMaps are defined below then it seems no issues

  • configMap:
    name: test