Skip to content

Commit

Permalink
Merge pull request #265 from jasonBirchall/patch-1
Browse files Browse the repository at this point in the history
Add "toolkit" to the API reference in README
  • Loading branch information
stefanprodan committed Feb 4, 2021
2 parents 0c3e73f + 573e950 commit d0f3aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ to Slack, Microsoft Teams, Discord or Rocket chart.
Create a notification provider for Slack:

```yaml
apiVersion: notification.fluxcd.io/v1beta1
apiVersion: notification.toolkit.fluxcd.io/v1beta1
kind: Provider
metadata:
name: slack
Expand All @@ -299,7 +299,7 @@ data:
Create an alert for a list of GitRepositories and Kustomizations:

```yaml
apiVersion: notification.fluxcd.io/v1beta1
apiVersion: notification.toolkit.fluxcd.io/v1beta1
kind: Alert
metadata:
name: on-call
Expand Down

0 comments on commit d0f3aa1

Please sign in to comment.