argo-cd/resource_customizations/flagger.app/Canary/testdata/promoting.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
No EOL
756 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: 0
conditions:
- lastTransitionTime: "2020-07-03T18:53:02Z"
lastUpdateTime: "2020-07-03T18:55:02Z"
message: Canary analysis completed, starting primary rolling update.
reason: Promoting
status: Unknown
type: Promoted
failedChecks: 0
iterations: 0
lastAppliedSpec: fc74df5fc
lastPromotedSpec: 744b467645
lastTransitionTime: "2020-07-03T18:55:02Z"
phase: Promoting
trackedConfigs: {}