This plugin will convert a Kubernetes Secret manifest to a Bitnami SealedSecret manifest.
There's a command palette entry called Kubeseal: Seal this secret
to run it.
Users can override the options in Packages/User/Kubeseal.sublime-settings
.
This file can be opened either through the menus (Preferences > Package Settings > Kubeseal > Settings) or through the command palette (Ctrl+Shift+P) and enter Preferences: Kubeseal settings
.
- Install the Sublime Text Package Control plugin if you haven't already.
- Preferences > Package Control
- Open up the command palette (Ctrl+Shift+P) and enter
Package Control: Install Package
- Search for
Kubeseal
and hit Enter to install.
- Click the
Preferences > Browse Packages
menu. - Open up a terminal and execute the following:
git clone https://github.com/p3lim/sublime-kubeseal Kubeseal
- Restart Sublime Text.