Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support annotations for service catalog meta data #41

Open
laszlocph opened this issue Jan 26, 2024 · 0 comments
Open

feat: support annotations for service catalog meta data #41

laszlocph opened this issue Jan 26, 2024 · 0 comments

Comments

@laszlocph
Copy link
Contributor

People use Kubernetes annotations to store meta data on deployed services.

Gimlet favors https://github.com/laszlocph/osca annotations, but Capacitor should have a configuration option to support any set of annotations.

There are two types of metadata according to Capacitor:

  • Annotations to determine the deployed version

    • An annotation that shows what source code version is deployed v1alpha1.opensca.dev/version.sha
    • In what repository: v1alpha1.opensca.dev/vcs.owner and v1alpha1.opensca.dev/vcs.name
    • With a direct link to the version: v1alpha1.opensca.dev/version.link
  • Annotations that hold external links
    Annotations like in https://github.com/laszlocph/osca#external-references
    This is an arbitrary map of on-screen labels and annotations names in the Capacitor configuration, so Capacitor can render it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant