-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating rfc to reflect how webhooks promotion are gonna work #81
base: main
Are you sure you want to change the base?
Conversation
@@ -466,8 +466,8 @@ it will promote to prod as soon as a successful deployment to either `qa` or `pe | |||
|
|||
Original scenario specified [here](https://www.notion.so/weaveworks/Pipeline-promotion-061bb790e2e345cbab09370076ff3258#bd4524a6838742cfa254642c1b42443f) | |||
|
|||
This scenario is currently supported by having [Call Webhook promotion strategy](execute-promotion.md#call-a-webhook). | |||
An example of pipeline for this story is shown below. | |||
This scenario is currently supported by having [Notification promotion strategy](execute-promotion.md#call-a-webhook). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: will need to update the link
@@ -481,9 +481,7 @@ spec: | |||
name: search-helmrelease | |||
apiVersion: helm.toolkit.fluxcd.io/v2beta1 | |||
promotion: | |||
webhook: | |||
url: https://my-jenkins.prod/webhooks/XoLZfgK | |||
secretRef: my-jenkins-promotion-secret |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@luizbafilho where would this secret/credentials get configured in the notification approach?
name: jenkins | ||
eventSeverity: info | ||
eventSources: | ||
- kind: Pipeline |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is invalid.
No description provided.