Skip to content

Commit

Permalink
Update datasource name
Browse files Browse the repository at this point in the history
  • Loading branch information
ralongit committed Nov 7, 2023
1 parent e4ed890 commit 3823c78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config-templates/helm.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@
},
{
"template": " --set deployEvents.enabled=true \\",
"targetElement": "datasources[?(@.name=='Deploy Events')]",
"targetElement": "datasources[?(@.name=='DeployEvents')]",
"conditionalTemplates": [
{
"template": " --set logzio-k8s-events.env_id='{{value}}' \\",
"targetElement": "datasources[?(@.name=='Deploy Events')].params[?(@.name=='envID')].value",
"targetElement": "datasources[?(@.name=='DeployEvents')].params[?(@.name=='envID')].value",
"keepAsPlaceholder": true
},
{
Expand Down
2 changes: 1 addition & 1 deletion configs/2-3-k8s-gke.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
]
},
{
"name": "Deploy Events",
"name": "DeployEvents",
"logo": "https://dytvr9ot2sszz.cloudfront.net/logz-docs/shipper-logos/kubernetes.svg",
"label": "Deploy Events",
"description": "Logz.io uses Kubernetes official SDK to detect deploy events that occur in your cluster and allows you to view the changes.",
Expand Down

0 comments on commit 3823c78

Please sign in to comment.