argo-cd/resource_customizations/flagger.app/Canary/testdata/progressing.yaml
gambuzzi 2a7aabe5a5
feat: add flagger.app/Canary health check lua script and tests (#3902)
* add flagger.app/Canary health check lua script and tests

* add flagger.app/Canary health check lua script and tests, fix type

* add handle for flagger Initialized phase

* add handle for flagger Initialized phase and test
2020-07-13 13:14:22 -07:00

28 lines
755 B
YAML

apiVersion: flagger.app/v1beta1
kind: Canary
metadata:
generation: 1
labels:
app.kubernetes.io/instance: podinfo
name: podinfo
namespace: default
resourceVersion: "2268395"
selfLink: /apis/flagger.app/v1beta1/namespaces/default/canaries/podinfo
uid: 82df0136-0248-4a95-9c60-3184792614ea
spec: {}
status:
canaryWeight: 10
conditions:
- lastTransitionTime: "2020-07-03T18:46:52Z"
lastUpdateTime: "2020-07-03T18:46:52Z"
message: New revision detected, progressing canary analysis.
reason: Progressing
status: Unknown
type: Promoted
failedChecks: 0
iterations: 0
lastAppliedSpec: 5c75b466fb
lastPromotedSpec: 658bbf784f
lastTransitionTime: "2020-07-03T18:47:02Z"
phase: Progressing
trackedConfigs: {}