Skip to content

Commit

Permalink
Remove space from name & fix env_id
Browse files Browse the repository at this point in the history
  • Loading branch information
ralongit committed Nov 8, 2023
1 parent 76fe4e6 commit fd5d404
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config-templates/helm.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"targetElement": "datasources[?(@.name=='DeployEvents')]",
"conditionalTemplates": [
{
"template": " --set logzio-k8s-events.env_id='{{value}}' \\",
"template": " --set logzio-k8s-events.secrets.env_id='{{value}}' \\",
"targetElement": "datasources[?(@.name=='DeployEvents')].params[?(@.name=='envID')].value",
"keepAsPlaceholder": true
},
Expand Down
2 changes: 1 addition & 1 deletion configs/2-1-k8s-eks.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,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
2 changes: 1 addition & 1 deletion configs/2-2-k8s-aks.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,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
2 changes: 1 addition & 1 deletion configs/2-4-k8s-digitalocean.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 fd5d404

Please sign in to comment.