Skip to content

Commit

Permalink
Merge pull request #1694 from maxwlang/patch-1
Browse files Browse the repository at this point in the history
Single character typo
  • Loading branch information
makkes authored Oct 27, 2023
2 parents 3555c45 + 6cb4bd6 commit 28105d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/flux/guides/mozilla-sops.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ kubectl create secret generic sops-gpg \
```

It's a good idea to back up this secret-key/K8s-Secret with a password manager or offline storage.
Also consider deleting the secret decryption key from you machine:
Also consider deleting the secret decryption key from your machine:

```sh
gpg --delete-secret-keys "${KEY_FP}"
Expand Down

0 comments on commit 28105d9

Please sign in to comment.