From e0c5132f079e711d857068778934dca79f1bf358 Mon Sep 17 00:00:00 2001 From: ralongit Date: Tue, 17 Oct 2023 11:49:51 +0300 Subject: [PATCH] Add commit URL example & fix indent --- docs/shipping/Containers/kubernetes.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/shipping/Containers/kubernetes.md b/docs/shipping/Containers/kubernetes.md index 690cf216..3a504f04 100644 --- a/docs/shipping/Containers/kubernetes.md +++ b/docs/shipping/Containers/kubernetes.md @@ -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///commit/` + +Example: `https://github.com/logzio/logzio-k8s-events/commit/069c75c95caeca58dd0776405bb8dfb4eed3acb2` ```yaml metadata: annotations: - logzio/commit_url: "" + logzio/commit_url: "" ```