Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/damnever/kubectl-edit_secret

The easy way to edit the Kubernetes Secrets.
https://github.com/damnever/kubectl-edit_secret

base64 edit-secret kubectl-plugins kubernetes secrets

Last synced: about 1 month ago
JSON representation

The easy way to edit the Kubernetes Secrets.

Awesome Lists containing this project

README

        

A [kubectl plugin](https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/) to [edit Secret via `stringData`](https://kubernetes.io/docs/concepts/configuration/secret/#overview-of-secrets).

### Installation

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

### Usage

```bash
kubectl [-n NAMESPACE] edit-secret SECRET_NAME

kubectl edit-secret --help
```