Skip to content

Commit

Permalink
Add notes on Verification. (#39)
Browse files Browse the repository at this point in the history
This adds some notes on the verification column, with links to how to configure verification.
  • Loading branch information
bigkevmcd authored Jul 27, 2023
1 parent d7bc683 commit 4d74b2d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion plugins/backstage-plugin-flux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The Flux plugin for Backstage provides views of [Flux](https://fluxcd.io/) resources available in Kubernetes clusters.

![FluxEntityHelmReleasesCard](sources_card.png)
![FluxEntitySourcesCard](sources_card.png)

## Content

Expand Down Expand Up @@ -235,3 +235,15 @@ gitops:
#
baseUrl: https://wego.example.com
```

## Verification

For the resources where we display a Verification status, if the Flux resource
has no verification configured, the column will be blank.

![Verification status for resources](verification.png)

You can configure verification for the following resources:

* [Git Repositories](https://fluxcd.io/flux/components/source/gitrepositories/#verification)
* [OCI Repositories](https://fluxcd.io/flux/components/source/ocirepositories/#verification)
Binary file added plugins/backstage-plugin-flux/verification.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4d74b2d

Please sign in to comment.