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 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
The text was updated successfully, but these errors were encountered:
sohnaeo
changed the title
configmap Objects are missing
configmap/secret Objects are missing
Apr 13, 2021
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
name: test
name: test
Could you please test at your end?
If configMaps are defined below then it seems no issues
name: test
The text was updated successfully, but these errors were encountered: