From 573e950883994439e06055a28a544b6e87947972 Mon Sep 17 00:00:00 2001 From: Jason Birchall <31217584+jasonBirchall@users.noreply.github.com> Date: Thu, 4 Feb 2021 13:33:58 +0000 Subject: [PATCH] Add "toolkit" to the API reference in README When following the README, I noticed the `apiVersion` is slightly wrong. This commit adds `toolkit` to the alert and provider code blocks to allow people to copy and paste. Signed-off-by: jasonBirchall --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d70aceb1..cb197f25 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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