Skip to content

Commit

Permalink
chore: fix comment as per review
Browse files Browse the repository at this point in the history
  • Loading branch information
salman2013 committed Nov 20, 2023
1 parent ab362f3 commit a0c435f
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ kind: "Component"
metadata:
name: 'edx-notes-api'
description: "A backend store for edX Student Notes"
annotations:
# (Optional) Annotation keys and values can be whatever you want.
# We use it in Open edX repos to have a comma-separated list of GitHub user
# names that might be interested in changes to the architecture of this
# component.
openedx.org/arch-interest-groups: ""
spec:

# (Required) This can be a group(`group:<group_name>` or a user(`user:<github_username>`)
Expand All @@ -21,4 +15,5 @@ spec:
type: 'library'

# (Required) Acceptable Lifecycle Values: experimental, production, deprecated
lifecycle: 'production'
lifecycle: 'production'

0 comments on commit a0c435f

Please sign in to comment.