Skip to content

Commit

Permalink
Fix Backstage dependsOn
Browse files Browse the repository at this point in the history
  • Loading branch information
mmwinther committed Sep 13, 2024
1 parent e1d3c49 commit b3f42ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backstage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
providesApis:
- klass-api
dependsOn:
- klass-mariadb
- resource:klass-mariadb
---
apiVersion: backstage.io/v1alpha1
kind: API
Expand Down Expand Up @@ -61,7 +61,7 @@ spec:
lifecycle: production
system: metadata
dependsOn:
- klass-mariadb
- resource:klass-mariadb
---
apiVersion: backstage.io/v1alpha1
kind: Resource
Expand Down

0 comments on commit b3f42ae

Please sign in to comment.