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
{{ message }}
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.
Currently, the TS only supports one kind of application deployment: oc apply -f target/kubernetes/openshift.yml + oc start-build --from-dir=target --follow. We need to support more:
testing external applications, such as quickstarts (no tracking issue)
Some of these might be done (at least provisionally) using lifecycle hooks (currently have @AdditionalResources and @BeforeApplicationDeployment, but more is possible).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, the TS only supports one kind of application deployment:
oc apply -f target/kubernetes/openshift.yml
+oc start-build --from-dir=target --follow
. We need to support more:-Dquarkus.container-image.build
and-Dquarkus.kubernetes.deploy
(test Quarkus image build and deployment as well #15)Some of these might be done (at least provisionally) using lifecycle hooks (currently have
@AdditionalResources
and@BeforeApplicationDeployment
, but more is possible).The text was updated successfully, but these errors were encountered: