Skip to content

Commit

Permalink
Update deploying-to-openshift.adoc
Browse files Browse the repository at this point in the history
Replace the build option -Dquarkus.kubernetes.deploy=true with -Dquarkus.openshift.deploy=true
  • Loading branch information
amusarra committed Apr 16, 2024
1 parent 96007c9 commit af00b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/deploying-to-openshift.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ You can trigger a build and deployment in a single step or build the container i

To trigger a build and deployment in a single step:

:build-additional-parameters: -Dquarkus.kubernetes.deploy=true
:build-additional-parameters: -Dquarkus.openshift.deploy=true
include::{includes}/devtools/build.adoc[]
:!build-additional-parameters:

Expand Down

0 comments on commit af00b5f

Please sign in to comment.