Skip to content

The easy way to edit the Kubernetes Secrets.

License

Notifications You must be signed in to change notification settings

damnever/kubectl-edit_secret

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A kubectl plugin to edit Secret via stringData.

Installation

  1. Install via Golang:
    go install github.com/damnever/kubectl-edit_secret@latest
  2. Build manually:
    git clone https://github.com/damnever/kubectl-edit_secret.git
    go build -o kubectl-edit_secret && mv kubectl-edit_secret /usr/local/bin/

Usage

kubectl [-n NAMESPACE] edit-secret SECRET_NAME

kubectl edit-secret --help

Releases

No releases published

Languages