Skip to content

Commit

Permalink
Oppdaterer beskrivelse.yaml fra versjon 1.0 til 3.0 og oppretter en c…
Browse files Browse the repository at this point in the history
…atalog-info.yaml
  • Loading branch information
sarmil committed May 2, 2024
1 parent 3c52fe6 commit 12ed225
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .sikkerhet/beskrivelse.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
version: 1.0
organisasjon: Land
version: 3.0
organization: Land
product: Geosynkronisering
repo_types: [Service]
platforms: [J2EE_APPSERVER]
38 changes: 38 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# nonk8s
apiVersion: "backstage.io/v1alpha1"
kind: "Component"
metadata:
name: "geosynkronisering"
tags:
- "internal"
spec:
type: "service"
lifecycle: "production"
owner: "datadeling_og_distribusjon"
system: "geosynk"
---
apiVersion: "backstage.io/v1alpha1"
kind: "Group"
metadata:
name: "security_champion_geosynkronisering"
title: "Security Champion geosynkronisering"
spec:
type: "security_champion"
parent: "land_security_champions"
members:
- "NilsIvarNes"
children:
- "resource:geosynkronisering"
---
apiVersion: "backstage.io/v1alpha1"
kind: "Resource"
metadata:
name: "geosynkronisering"
links:
- url: "https://github.com/kartverket/geosynkronisering"
title: "geosynkronisering på GitHub"
spec:
type: "repo"
owner: "security_champion_geosynkronisering"
dependencyOf:
- "component:geosynkronisering"

0 comments on commit 12ed225

Please sign in to comment.