Skip to content

Commit

Permalink
Merge pull request #4 from olxbr/backstage-catalog
Browse files Browse the repository at this point in the history
Import repository to Catalog
  • Loading branch information
itMatos authored Dec 6, 2023
2 parents c8a387f + 24918e3 commit bb88036
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
26 changes: 26 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: "charts"
description: "All helm charts for installation in Kubernetes clusters."
annotations:
github.com/project-slug: 'olxbr/charts'
backstage.io/techdocs-ref: dir:.
graph.microsoft.com/group-id: 7dd35c4f-18e4-4b49-b833-5b044b1013fc
teams.olxbr.io/cloud-cost-center: dc827067-99d5-4357-b6fc-2d24b5c27a44
olxbr.io/critical: 'false'
olxbr.io/dora: Foundation
sonarqube.org/project-key: olxbr_charts
olxbr.io/bcp-ready: 'false'
tags:
- do-foundation
- dj-foundation
links:
- url: 'https://olxbrasil.slack.com/archives/C01GCDSDPSM'
title: '#slack-channel'
icon: chat
type: api
spec:
type: service
owner: group:default/squad-cross-foundation
lifecycle: production
11 changes: 11 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
site_name: "charts"

nav:
- Home: README.md

plugins:
- techdocs-core
- kroki
- same-dir

docs_dir: .

0 comments on commit bb88036

Please # to comment.