Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix up typos in providers document and changelog #459

Merged
merged 1 commit into from
Jan 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Fixes:

This prerelease graduates the notification APIs to `v1beta2`.
In addition, this version comes with support for
[Gitea commit status updates](https://github.com/fluxcd/notification-controller/blob/api/v0.30.0/docs/spec/v1beta2/provider.md#gitea).
[Gitea commit status updates](https://github.com/fluxcd/notification-controller/blob/api/v0.30.0/docs/spec/v1beta2/providers.md#gitea).

### `notification.toolkit.fluxcd.io/v1beta2`

Expand Down
4 changes: 2 additions & 2 deletions docs/spec/v1beta2/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@ the BitBucket repository specified in `.spec.address`.
You can create the secret with `kubectl` like this:

```shell
kubectl create secret generic gitlab-token --from-literal=token=<username>:<app-password>
kubectl create secret generic bitbucket-token --from-literal=token=<username>:<app-password>
```

#### Azure DevOps
Expand All @@ -1331,7 +1331,7 @@ The token must have permissions to update the commit status for the Azure DevOps
You can create the secret with `kubectl` like this:

```shell
kubectl create secret generic github-token --from-literal=token=<AZURE-TOKEN>
kubectl create secret generic azuredevops-token --from-literal=token=<AZURE-TOKEN>
```

## Provider Status
Expand Down