From 4ae005880e4a5e7a2f72a4d2cfd8041b4f1e3045 Mon Sep 17 00:00:00 2001 From: Kevin McDermott Date: Wed, 23 Aug 2023 13:34:56 +0100 Subject: [PATCH] Add reference to the Flux plugin. Signed-off-by: Kevin McDermott --- microsite/data/plugins/flux.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 microsite/data/plugins/flux.yaml diff --git a/microsite/data/plugins/flux.yaml b/microsite/data/plugins/flux.yaml new file mode 100644 index 0000000000..91156f7ed3 --- /dev/null +++ b/microsite/data/plugins/flux.yaml @@ -0,0 +1,10 @@ +--- +title: Flux Plugins +author: Weaveworks +authorUrl: https://weave.works +category: GitOps +description: View the status of fluxcd.io resources +documentation: https://github.com/weaveworks/weaveworks-backstage/tree/main/plugins/backstage-plugin-flux#readme +iconUrl: https://raw.githubusercontent.com/fluxcd/website/main/assets/icons/logo.svg +npmPackageName: '@weaveworksoss/backstage-plugin-flux' +addedDate: '2023-08-23'