Skip to content

Generic Webhook Receiver documentation issue #5666

@ThreePinkApples

Description

@ThreePinkApples

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

No one assigned

    Labels

    kind/bugSomething 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 affectedneeds/priorityPriority has not yet been determined; a good signal that maintainers aren't fully committed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions