-
Notifications
You must be signed in to change notification settings - Fork 322
Open
Labels
kind/bugSomething isn't working as intended; If unsure that something IS a bug, start a discussion insteadSomething isn't working as intended; If unsure that something IS a bug, start a discussion insteadneeds/areaIssue or PR needs to be labeled to indicate what parts of the code base are affectedIssue or PR needs to be labeled to indicate what parts of the code base are affectedneeds/priorityPriority has not yet been determined; a good signal that maintainers aren't fully committedPriority has not yet been determined; a good signal that maintainers aren't fully committed
Description
Checklist
- I've searched the issue queue to verify this is not a duplicate bug report.
Description
In the documentation for the Generic Webhook Receiver, all the examples list the actions config like this
apiVersion: kargo.akuity.io/v1alpha1
kind: ProjectConfig
metadata:
name: kargo-demo
namespace: kargo-demo
spec:
webhookReceivers:
- name: my-receiver
generic:
secretRef:
name: wh-secret
actions:
- actionType: Refresh
where the actions property is directly on the webhookReceivers property, but it should be on the generic property like this
apiVersion: kargo.akuity.io/v1alpha1
kind: ProjectConfig
metadata:
name: kargo-demo
namespace: kargo-demo
spec:
webhookReceivers:
- name: my-receiver
generic:
secretRef:
name: wh-secret
actions:
- actionType: Refresh
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't working as intended; If unsure that something IS a bug, start a discussion insteadSomething isn't working as intended; If unsure that something IS a bug, start a discussion insteadneeds/areaIssue or PR needs to be labeled to indicate what parts of the code base are affectedIssue or PR needs to be labeled to indicate what parts of the code base are affectedneeds/priorityPriority has not yet been determined; a good signal that maintainers aren't fully committedPriority has not yet been determined; a good signal that maintainers aren't fully committed