forked from spotahome/redis-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FVR-119] Add software catalog / portal entry (#23)
Closes: https://nitro.powerhrg.com/runway/backlog_items/FVR-119 - Add the redis-operator project to the Power software catalog - Move the project documentation for ingestion into the software catalog - Add forever-people as stewards of the redis-operator project int he software catalog
- Loading branch information
1 parent
7dca929
commit 1ae4e40
Showing
3 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
site_name: redis-opeartor | ||
site_description: Redis Operator creates/configures/manages high availability redis with sentinel automatic failover atop Kubernetes. | ||
nav: | ||
- 'Home': 'README.md' | ||
plugins: | ||
- techdocs-core |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: System | ||
metadata: | ||
name: redis-operator | ||
title: Redis Operator | ||
description: "Redis Operator creates/configures/manages high availability redis with sentinel automatic failover atop Kubernetes." | ||
links: | ||
- url: https://Github.com/powerhome/redis-operator | ||
title: Github | ||
icon: public | ||
annotations: | ||
backstage.io/techdocs-ref: dir:. | ||
github.com/project-slug: powerhome/redis-operator | ||
spec: | ||
owner: forever-people | ||
domain: technology-foundations-and-tools | ||
lifecycle: production |