From cc6ab5f6ad703659b2babc15a602f5c503310639 Mon Sep 17 00:00:00 2001 From: LuluGO Date: Tue, 15 Aug 2023 14:55:16 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8441c30..d34a517 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 ```