Skip to content

Commit

Permalink
Make dependsOn in backstage.yaml an array (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmwinther authored Mar 22, 2024
1 parent 1d86e63 commit 09bfa6b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions backstage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: datadoc
title: Datadoc
description: |
Document datasets in SSB
Create and edit documentation for datasets at Statistics Norway
tags:
- dapla
- metadata
Expand All @@ -16,5 +16,6 @@ spec:
type: service
owner: dapla-metadata-developers
lifecycle: experimental
dependsOn: dapla-beta
system: dapla-metadata
dependsOn:
- dapla-beta
system: datadoc

0 comments on commit 09bfa6b

Please sign in to comment.