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
As of now, Elipse JKube adds the following annotations to every generated resource manifest jkube.io/git-branch, jkube.io/git-url, jkube.io/git-commit.
We should include or replace the ones recommended in @gorkemapp-label guidelines(app.openshift.io/vcs-uri, app.openshift.io/vcs-ref).
Description
As of now, Elipse JKube adds the following annotations to every generated resource manifest
jkube.io/git-branch
,jkube.io/git-url
,jkube.io/git-commit
.We should include
or replacethe ones recommended in @gorkem app-label guidelines(app.openshift.io/vcs-uri
,app.openshift.io/vcs-ref
).https://github.com/eclipse/jkube/blob/b294c87433532762234a61e95b3d939749b4aff8/jkube-kit/enricher/generic/src/main/java/org/eclipse/jkube/enricher/generic/GitEnricher.java#L57-L81
See also
The text was updated successfully, but these errors were encountered: