Skip to content

Commit

Permalink
Add missing document seperator (#1260)
Browse files Browse the repository at this point in the history
Signed-off-by: Max Winterstein <[email protected]>
  • Loading branch information
MaxWinterstein authored Jul 11, 2023
1 parent 5efdc50 commit 46c24c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,8 @@ If you do want to make a backup of the encryption private keys, it's easy to do

```bash
kubectl get secret -n kube-system -l sealedsecrets.bitnami.com/sealed-secrets-key -o yaml >main.key
echo "---" >> main.key
kubectl get secret -n kube-system sealed-secrets-key -o yaml >>main.key
```

Expand Down

0 comments on commit 46c24c3

Please sign in to comment.