Skip to content

Commit

Permalink
Add commit URL example & fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
ralongit committed Oct 17, 2023
1 parent 888ad20 commit e0c5132
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/shipping/Containers/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,15 @@ logzio-k8s-events logzio-helm/logzio-k8s-events

### Deployment Events Versioning

In order to add an indication for the versioning in our K8S 360 and Service Overview UI, the following annotation should be added to each resource you'd like to track its versioning.
In order to add an indication for the versioning in our K8S 360 and Service Overview UI, the following annotation should be added to the metadata of each resource you'd like to track its versioning.
Commit URL structure: `https://github.com/<account>/<repository>/commit/<commit-hash>`

Example: `https://github.com/logzio/logzio-k8s-events/commit/069c75c95caeca58dd0776405bb8dfb4eed3acb2`

```yaml
metadata:
annotations:
logzio/commit_url: ""
logzio/commit_url: ""
```
Expand Down

0 comments on commit e0c5132

Please sign in to comment.