Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show envFrom in UI container information, matching env behavior #13901

Open
inigohidalgo opened this issue Nov 14, 2024 · 0 comments
Open

Show envFrom in UI container information, matching env behavior #13901

inigohidalgo opened this issue Nov 14, 2024 · 0 comments
Labels
type/feature Feature request

Comments

@inigohidalgo
Copy link

Summary

Currently, if an environment variable is specified using

env:
  - name: VAR_NAME
    value: dev

it is shown in the web UI like so
image

On the other hand, when populating environment variables using

envFrom:
          - configMapRef:
              name: {{ include "components.usecase_configmap" . }}

          - secretRef:
              name: {{ include "components.usecase_secrets" . }}

This is not reflected in the UI anywhere that I can see.

Use Cases

When would you use this?

It is helpful to have this visibility on which configMaps or secretRefs are being inserted into a container's environment, it would have saved me some unnecessary debugging last week #3310 (comment)

The asymmetry in ENV being shown but not showing anything for envFrom is what led me to this confusion. If neither had been shown in the UI I would've found the issue faster.


Message from the maintainers:

Love this feature request? Give it a 👍. We prioritise the proposals with the most 👍.

@inigohidalgo inigohidalgo added the type/feature Feature request label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature Feature request
Projects
None yet
Development

No branches or pull requests

1 participant