UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit 1eee9a1a authored by Mark Sanchez's avatar Mark Sanchez
Browse files

change bigbangkey to bigbangkey.asc in Key rotation instructions. Required for...

change bigbangkey to bigbangkey.asc in Key rotation instructions. Required for newer versions of flux.
parent 883f3456
...@@ -425,7 +425,7 @@ If you need to [rotate your GPG encryption keys](#create-gpg-encryption-key) for ...@@ -425,7 +425,7 @@ If you need to [rotate your GPG encryption keys](#create-gpg-encryption-key) for
```shell ```shell
# The private key is not stored in Git (and should NEVER be stored there). We deploy it manually by exporting the key into a secret. # The private key is not stored in Git (and should NEVER be stored there). We deploy it manually by exporting the key into a secret.
kubectl delete secret sops-gpg -n bigbang kubectl delete secret sops-gpg -n bigbang
gpg --export-secret-key --armor INSERT_NEW_KEY_FINGERPRINT_HERE | kubectl create secret generic sops-gpg -n bigbang --from-file=bigbangkey=/dev/stdin gpg --export-secret-key --armor INSERT_NEW_KEY_FINGERPRINT_HERE | kubectl create secret generic sops-gpg -n bigbang --from-file=bigbangkey.asc=/dev/stdin
``` ```
1. Commit changes 1. Commit changes
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment