Skip to content

Commit

Permalink
Updated target label for sealed secret controller when restoring from…
Browse files Browse the repository at this point in the history
… backup

Signed-off-by: Leon Seng <[email protected]>
  • Loading branch information
leonseng authored Sep 27, 2023
1 parent d1439a2 commit 4e99010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ To restore from a backup after some disaster, just put that secrets back before

```bash
kubectl apply -f main.key
kubectl delete pod -n kube-system -l name=sealed-secrets-controller
kubectl delete pod -n kube-system -l app.kubernetes.io/name=sealed-secrets
```

### Can I decrypt my secrets offline with a backup key?
Expand Down

0 comments on commit 4e99010

Please sign in to comment.