Skip to content

Commit

Permalink
Add confirm-promotion webhook type to CRD
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Sep 22, 2019
1 parent 8282f86 commit 4a4c261
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion artifacts/flagger/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ spec:
properties:
items:
type: object
required: ["name", "url", "timeout"]
required: ["name", "url"]
properties:
name:
description: Name of the webhook
Expand All @@ -228,6 +228,7 @@ spec:
- confirm-rollout
- pre-rollout
- rollout
- confirm-promotion
- post-rollout
url:
description: URL address of this webhook
Expand Down
3 changes: 2 additions & 1 deletion charts/flagger/templates/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ spec:
properties:
items:
type: object
required: ['name', 'url', 'timeout']
required: ["name", "url"]
properties:
name:
description: Name of the webhook
Expand All @@ -229,6 +229,7 @@ spec:
- confirm-rollout
- pre-rollout
- rollout
- confirm-promotion
- post-rollout
url:
description: URL address of this webhook
Expand Down
3 changes: 2 additions & 1 deletion kustomize/base/flagger/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ spec:
properties:
items:
type: object
required: ["name", "url", "timeout"]
required: ["name", "url"]
properties:
name:
description: Name of the webhook
Expand All @@ -228,6 +228,7 @@ spec:
- confirm-rollout
- pre-rollout
- rollout
- confirm-promotion
- post-rollout
url:
description: URL address of this webhook
Expand Down

0 comments on commit 4a4c261

Please sign in to comment.