diff --git a/flux/flux-usage.md b/flux/flux-usage.md index d520c21..223585d 100644 --- a/flux/flux-usage.md +++ b/flux/flux-usage.md @@ -55,3 +55,10 @@ image: repository: image-repository tag: 0.0.0-develop-1-XXX ``` + +To get the public key use the command given below: + + +```bash +kubectl -n logs deployment/ | grep identity.pub | cut -d '"' -f2 +```