You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a standard set of labels OpenContainers labels/annotations which allow you to specify information such as where the source repository is and what revision is used.
By default, microservices created by the Appsody project set the following labels:
However, OpenShift uses its own labels to store version control information.
Describe the solution you'd like
Where the application provides open container label, but not the corresponding OpenShift annotations, the Runtime Component Operator could create the OpenShift equivalents (when deploying to OpenShift).
Feature Request
Is your feature request related to a problem?
There's a standard set of labels OpenContainers labels/annotations which allow you to specify information such as where the source repository is and what revision is used.
By default, microservices created by the Appsody project set the following labels:
However, OpenShift uses its own labels to store version control information.
Describe the solution you'd like
Where the application provides open container label, but not the corresponding OpenShift annotations, the Runtime Component Operator could create the OpenShift equivalents (when deploying to OpenShift).
The list of OpenShift labels and annotations are here:
https://github.com/gorkem/app-labels/blob/master/labels-annotation-for-openshift.adoc
The relevant two in this scenario are:
The text was updated successfully, but these errors were encountered: