TD-74::fix empty url extraction

This commit is contained in:
ivnmrtk 2022-06-07 16:36:58 +03:00
parent 2f59042aa6
commit 1a96c7d1fc
3 changed files with 8 additions and 3 deletions

View File

@ -56,5 +56,5 @@ communications:
enabled: false
url: 'WEBHOOK_URL' # e.g https://example.com:80
podLogsDashboard:
url: "KIBANA_URL" # url with '%s' to fill it with pod name, e.g. https://kibana-url.com/?query:(language:kuery,query:'kubernetes.pod.name:%20%22%s%22')
podlogsdashboard:
url: "OPEN_SEARCH_URL" # url with '%s' to fill it with pod name, e.g. https://kibana-url.com/?query:(language:kuery,query:'kubernetes.pod.name:%20%22%s%22')

View File

@ -14,7 +14,7 @@ import (
const (
//Message string representing message template
Message = "You can see your pod's errors in kibana:"
Message = "You can see your pod's errors in OpenSearch: "
)
// DeployErrorsChecker checks if some errors occurred during deployment

View File

@ -52,3 +52,8 @@ communications:
webhook:
enabled: true
url: 'WEBHOOK_URL' # e.g https://example.com:80
# Settings for PodLogsDashboard
podlogsdashboard:
url: "OPEN_SEARCH_URL" # url with '%s' to fill it with pod name, e.g. https://kibana-url.com/?query:(language:kuery,query:'kubernetes.pod.name:%20%22%s%22')