-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
26d1a60
commit c640297
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# This folder contains artifacts and instructions for spinnaker-type pipelines such as github-triggered and webhook-triggered deployments | ||
# Artifacts spinnaker-type github/webhook-triggered pipelines/workflows | ||
|
||
The set-up is in srini-strix. Argo-events is setup in argo-events, argo-workflows in argo and argocd in argocd namespaces. | ||
The working set-up is in srini-strix. Argo-events is setup in argo-events, argo-workflows in argo and argocd in argocd namespaces. | ||
|
||
Document link: https://docs.google.com/document/d/1BVMmq7AV0MPmIREjYv2_gIyJaapM2ransW9EszBxw1w/edit?tab=t.0 | ||
|
||
Webhook strigger command: | ||
1. Webhook trigger : | ||
```curl -vvv -d '{"message":"test"}' https://webhook-events.srini-striks.opsmx.co/webhook -H "content-type: application/json"``` | ||
|
||
2. URL: https://argo.srini-striks.opsmx.co/event-flow/argo-events | ||
3. we should see a new webhook-pod getting created in argo-events namespace | ||
|
||
TODO: pod-logs are not showing up in sensor-created workflow pods. Looks like authentication is the issue? |