Skip to content

Commit

Permalink
Updated the KMS key as to dummy as per coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
vara-bonthu committed Jan 11, 2025
1 parent 5ad04e7 commit b63edad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/bestpractices/preload-container-images.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
ebs:
volumeSize: 150Gi
volumeType: gp3
kmsKeyID: "arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab" # Specify KMS ID if you use custom KMS key
kmsKeyID: "arn:aws:kms:<REGION>:<ACCOUNT_ID>:key/1234abcd-12ab-34cd-56ef-1234567890ab" # Specify KMS ID if you use custom KMS key
snapshotID: snap-0123456789 # Specify your snapshot ID here
```

Expand Down

0 comments on commit b63edad

Please sign in to comment.