Skip to content

Commit

Permalink
[master] update flux-usage document
Browse files Browse the repository at this point in the history
  • Loading branch information
aliartiza75 committed Aug 29, 2019
1 parent 2f3d86e commit 6c67b53
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions flux/flux-usage.md
Expand Up @@ -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 <namespace-name> logs deployment/<flux-deployment-name> | grep identity.pub | cut -d '"' -f2
```

0 comments on commit 6c67b53

Please sign in to comment.