mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Add canary analysis interval to CRD
This commit is contained in:
@@ -56,6 +56,9 @@ spec:
|
||||
type: number
|
||||
canaryAnalysis:
|
||||
properties:
|
||||
interval:
|
||||
type: string
|
||||
pattern: "^[0-9]+(m)"
|
||||
threshold:
|
||||
type: number
|
||||
maxWeight:
|
||||
|
||||
Reference in New Issue
Block a user