feat: add sealed secrets plugin for creating and writing sealed secrets#3805
Open
PowerOfCreation wants to merge 3 commits intoderailed:masterfrom
Open
feat: add sealed secrets plugin for creating and writing sealed secrets#3805PowerOfCreation wants to merge 3 commits intoderailed:masterfrom
PowerOfCreation wants to merge 3 commits intoderailed:masterfrom
Conversation
derailed
requested changes
Feb 1, 2026
Owner
derailed
left a comment
There was a problem hiding this comment.
@PowerOfCreation Nice! Could you also add this to the readme so folks can find it?
Thank you!
Author
Sure! I noticed some entries in the readme are a bit ill-formatted. I decided not to fix it as I didn't want to bloat this PR with a ton of changes to the markdown table. If you want, I can open another PR for that or include it in this PR. I also noticed another plugin had kubectl listed as a dependency in the readme, so I decided to do the same and added kubectl as a dependency in the sealed-secrets.yaml plugin file as well. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR implements a k9s plugin that allows converting existing Kubernetes Secrets into SealedSecrets directly within K9s using shortcuts.
The idea and motivation are described in #3804 .
I have been using this plugin locally and found it to be a nice quality of life improvement when working with SealedSecrets and GitOps workflows.