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

[SEC-3232]Add template and remove old deployment stuff #23

Merged
merged 4 commits into from
Sep 28, 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
12 changes: 0 additions & 12 deletions app-prod.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions app-staging.yaml

This file was deleted.

28 changes: 28 additions & 0 deletions catalog-info-template.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Backstage documentation
# https://backstage.io/docs/features/software-catalog/descriptor-format/

apiVersion: backstage.io/v1alpha1
kind: unknown
metadata:
name: $REPO_NAME #pulled from gh api
description: $REPO_DESCRIPTION #pulled from gh api
annotations:
github.com/project-slug: $PROJECT_SLUG #pulled from gh api
contentful.com/service-tier: "unknown" #1, 2, 3, 4

tags:
- update-me
#need to add sast.yaml to .github/workflows and enable it in polaris dashboard
#once that is done this can be changed to sast-enabled
- sast-disabled
#make this match the value from service-tier above
- tier-unknown
spec:
#cli, component, contentful.com/template, documentation, function, library, service, template, website
type: unknown
#deprecated, experimental, production, unknown
lifecycle: unknown
system: unknown
#we can assign owner based on who created the repo or submitted the first PR but theres
#no guarantee 1. they still work here, 2. are on the owning team anymore
owner: group:team-unknown
15 changes: 0 additions & 15 deletions cloudbuild.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions deploy

This file was deleted.

Loading