docs: reformat environment variable example

This commit is contained in:
2022-01-27 01:41:38 +00:00
parent 24a3dd8ed3
commit 1a90618808

View File

@@ -21,7 +21,10 @@ csops:
gcp_kms_key: projects/plex-mozilla-sops/locations/global/keyRings/sops/cryptoKeys/sops-key gcp_kms_key: projects/plex-mozilla-sops/locations/global/keyRings/sops/cryptoKeys/sops-key
``` ```
Or set the environment variable `CSOPS_GCP_KMS_KEY="projects/plex-mozilla-sops/locations/global/keyRings/sops/cryptoKeys/sops-keys"` Or set the environment variable
```bash
CSOPS_GCP_KMS_KEY="projects/plex-mozilla-sops/locations/global/keyRings/sops/cryptoKeys/sops-keys"
```
## Usage ## Usage