Skip to content

Commit 3019f63

Browse files
committed
🦜 add a tip 🦜
1 parent 896a97e commit 3019f63

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/3-revenge-of-the-automated-testing/8-image-signing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@
2727

2828
You just generated two keys (one private key, one public key). Private key is used to sign the images and it is automatically saved as a secret in your `ci-cd` namespace alongside the password you choose. Public key is used to verify the signed images. You can share your public key for people to verify your images but private one should not be shared or at least sealed before storing publicly.
2929

30+
<p class="tip">
31+
🐌 THIS IS NOT GITOPS - The generated private key is stored in a Kubernetes secret in you <TEAM_NAME>-ci-cd project. We'll leave it as an exercise to the reader to extract and store this as a SealedSecret instead! 🐎
32+
</p>
33+
34+
3035
Now let's proceed to extend the pipelines with image signing step.
3136

3237
_This step makes more sense when you use an external image registry and share images across clusters or publicly._

0 commit comments

Comments
 (0)