diff --git a/templates/backstage-configmap.yaml b/templates/backstage-configmap.yaml index ef13f93..cff12f6 100644 --- a/templates/backstage-configmap.yaml +++ b/templates/backstage-configmap.yaml @@ -98,9 +98,13 @@ data: # Add User and Group to allowed entity kinds - allow: [Component, System, API, Resource, Location, Template, User, Group] locations: + # Existing templates location + - type: url + target: {{ .Values.integrations.gitea.url }}/templates/catalog-info.yaml + # Add organizational data location - type: url - target: {{ .Values.integrations.gitea.url }}/gitea_admin/osmos-org/src/branch/main/org.yaml + target: {{ .Values.integrations.gitea.url }}/gitea_admin/osmos-org/raw/branch/main/org.yaml rules: - allow: [User, Group]