templates/secure-go-service/skeleton/catalog-info.yaml

15 lines
413 B
YAML

apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: ${{ values.name }}
description: ${{ values.description }}
annotations:
backstage.io/kubernetes-id: ${{ values.name }}
backstage.io/kubernetes-namespace: ${{ values.name }}
janus-idp.io/tekton: ${{ values.name }}
argocd/app-name: ${{ values.name }}
spec:
type: service
lifecycle: experimental
owner: ${{ values.owner }}