Skip to content

Commit

Permalink
fix: Wording in Advice's experiment template
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelGerding committed Dec 18, 2024
1 parent 8d96a32 commit 1b33b4e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion extadvice/probes/experiment_pod_lifecycle.json_template
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"key": "httpLoadBalancedEndpoint",
"name": "HTTP Load Balanced Endpoint",
"description": "### What is the URL of a **load-balanced HTTP endpoint** served by the Kubernetes deployment?\n\nWe will use the HTTP endpoint to validate that the provided service's features are working fine for the entire experiment duration."
"description": "### What is the URL of a **load-balanced HTTP endpoint** served by the Kubernetes workload?\n\nWe will use the HTTP endpoint to validate that the provided service's features are working fine for the entire experiment duration."
}
<#elseif target.attr('k8s.label.tags.steadybit.com/service-validation')?? && target.attr('k8s.label.tags.steadybit.com/service-validation')=='k6'>
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"key": "httpLoadBalancedEndpoint",
"name": "HTTP Load Balanced Endpoint",
"description": "### What is the URL of a **load-balanced HTTP endpoint** served by the Kubernetes deployment?\n\nWe will use the HTTP endpoint to validate that the provided service's features are working fine for the entire experiment duration."
"description": "### What is the URL of a **load-balanced HTTP endpoint** served by the Kubernetes workload?\n\nWe will use the HTTP endpoint to validate that the provided service's features are working fine for the entire experiment duration."
}
<#elseif target.attr('k8s.label.tags.steadybit.com/service-validation')?? && target.attr('k8s.label.tags.steadybit.com/service-validation')=='k6'>
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"key": "httpLoadBalancedEndpoint",
"name": "HTTP Load Balanced Endpoint",
"description": "### What is the URL of a **load-balanced HTTP endpoint** served by the Kubernetes deployment?\n\nWe will use the HTTP endpoint to validate that the provided service's features are working fine for the entire experiment duration."
"description": "### What is the URL of a **load-balanced HTTP endpoint** served by the Kubernetes workload?\n\nWe will use the HTTP endpoint to validate that the provided service's features are working fine for the entire experiment duration."
}
<#elseif target.attr('k8s.label.tags.steadybit.com/service-validation')?? && target.attr('k8s.label.tags.steadybit.com/service-validation')=='k6'>
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"key": "httpLoadBalancedEndpoint",
"name": "HTTP Load Balanced Endpoint",
"description": "### What is the URL of a **load-balanced HTTP endpoint** served by the Kubernetes deployment?\n\nWe will use the HTTP endpoint to validate that the provided service's features are working fine for the entire experiment duration."
"description": "### What is the URL of a **load-balanced HTTP endpoint** served by the Kubernetes workload?\n\nWe will use the HTTP endpoint to validate that the provided service's features are working fine for the entire experiment duration."
}
<#elseif target.attr('k8s.label.tags.steadybit.com/service-validation')?? && target.attr('k8s.label.tags.steadybit.com/service-validation')=='k6'>
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"key": "httpLoadBalancedEndpoint",
"name": "HTTP Load Balanced Endpoint",
"description": "### What is the URL of a **load-balanced HTTP endpoint** served by the Kubernetes deployment?\n\nWe will use the HTTP endpoint to validate that the provided service's features are working fine for the entire experiment duration."
"description": "### What is the URL of a **load-balanced HTTP endpoint** served by the Kubernetes workload?\n\nWe will use the HTTP endpoint to validate that the provided service's features are working fine for the entire experiment duration."
}
<#elseif target.attr('k8s.label.tags.steadybit.com/service-validation')?? && target.attr('k8s.label.tags.steadybit.com/service-validation')=='k6'>
{
Expand Down

0 comments on commit 1b33b4e

Please sign in to comment.