Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LuluGO authored Aug 15, 2023
1 parent 6f9dedb commit cc6ab5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# k8s-secrets-backup

### 🤔: What is it?
### 🤔 What is it?
A generic tool to backup kubernetes secrets, encrypt the backup and upload it to a S3 bucket.

It was designed to run as a cronjob inside our Kubernetes clusters to backup sealed secrets controller's keys, but it can be used to backup any secret, or secrets depending if the env variable SECRET_NAME is set, or LABEL_KEY and LABEL_VALUE is. If a label key and value to filter a set of secrets is set, then the output is a k8s SecretList.
Expand All @@ -24,7 +24,7 @@ AWS_SECRET_ACCESS_KEY | "asdASFadfasdfñiouo3Q334" | AWS access se
AGE_PUBLIC_KEY | "age435fgañdfgjñdsflgjgadf" | Age public key matching your private key for decrypt


#### 🧞: Kubernetes manifests (examples)
#### 🧞 Kubernetes manifests (examples)

Backup sealed secrets controller's keys once per month
```
Expand Down

0 comments on commit cc6ab5f

Please sign in to comment.