-
Notifications
You must be signed in to change notification settings - Fork 26
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
View K8s Secret Values #32
Labels
Comments
unxsist
pushed a commit
that referenced
this issue
Jan 10, 2025
# [1.33.0](v1.32.0...v1.33.0) (2025-01-10) ### Bug Fixes * corrected path for default kubeconfig ([5b182c8](5b182c8)) * fixed search capture outside of overview ([ebf32b9](ebf32b9)) * properly show settings menu item on non-macos systems ([0e0680d](0e0680d)) * resolved warning in deployment overview ([cb8d459](cb8d459)) ### Features * add detail view for secrets and easy decoding ([#47](#47)) ([2e8a905](2e8a905)), closes [#32](#32) * added context menu entry to trigger cronjobs ([7757dc5](7757dc5)) * added mass actions to resource overviews ([ccbf84b](ccbf84b)), closes [#39](#39) * added support for object creation ([996d26d](996d26d)), closes [#26](#26)
🚀 This issue is resolved in version 1.33.0 of JET Pilot! |
unxsist
pushed a commit
that referenced
this issue
Jan 10, 2025
# [1.33.0](v1.32.0...v1.33.0) (2025-01-10) ### Bug Fixes * corrected path for default kubeconfig ([5b182c8](5b182c8)) * fixed auto updater (sorry) ([c6fe84e](c6fe84e)) * fixed search capture outside of overview ([ebf32b9](ebf32b9)) * properly show settings menu item on non-macos systems ([0e0680d](0e0680d)) * resolved warning in deployment overview ([cb8d459](cb8d459)) ### Features * add detail view for secrets and easy decoding ([#47](#47)) ([2e8a905](2e8a905)), closes [#32](#32) * added context menu entry to trigger cronjobs ([7757dc5](7757dc5)) * added mass actions to resource overviews ([ccbf84b](ccbf84b)), closes [#39](#39) * added support for object creation ([996d26d](996d26d)), closes [#26](#26)
🚀 This issue is resolved in version 1.33.0 of JET Pilot! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
Currently, to view Kubernetes (K8s) secret values, we need to:
Proposed feature:
Add a feature to the JET-Pilot that allows us to view and copy K8s secret values directly.
The text was updated successfully, but these errors were encountered: