mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Apply suggestions from code review
Co-authored-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
co-authored by
Stefan Prodan
parent
563b1cd88d
commit
8b3296c065
@@ -339,7 +339,7 @@ apiVersion: flagger.app/v1beta1
|
||||
kind: MetricTemplate
|
||||
metadata:
|
||||
name: newrelic-error-rate
|
||||
namespace: istio-system
|
||||
namespace: ingress-nginx
|
||||
spec:
|
||||
provider:
|
||||
type: newrelic
|
||||
@@ -362,7 +362,7 @@ Reference the template in the canary analysis:
|
||||
- name: "error rate"
|
||||
templateRef:
|
||||
name: newrelic-error-rate
|
||||
namespace: istio-system
|
||||
namespace: ingress-nginx
|
||||
thresholdRange:
|
||||
max: 5
|
||||
interval: 1m
|
||||
|
||||
Reference in New Issue
Block a user