Skip to content

Commit

Permalink
Use private kn-workflow for gen-manifests
Browse files Browse the repository at this point in the history
Signed-off-by: Roy Golan <[email protected]>
  • Loading branch information
rgolangh committed Jul 23, 2024
1 parent c573d9a commit 64d19e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gen_manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ echo -e "\nquarkus.flyway.migrate-at-start=true" >> application.properties

# TODO Update to use --skip-namespace when the following is released
# https://github.com/apache/incubator-kie-tools/pull/2136
kn workflow gen-manifest --namespace ""
kn-workflow gen-manifest --namespace ""

# Enable bash's extended blobing for better pattern matching
shopt -s extglob
Expand Down
2 changes: 2 additions & 0 deletions setup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ RUN curl -sSL "https://mirror.openshift.com/pub/openshift-v4/clients/serverless/
RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" \
&& chmod +x kubectl && mv kubectl /usr/local/bin/

RUN curl -LO "https://github.com/rgolangh/kie-tools/releases/download/packages%2Fkn-plugin-workflow%2F0.0.0-69ab19c/kn-workflow-linux-amd64" \
&& chmod +x kn-workflow-linux-amd64 && mv kn-workflow-linux-amd64 /usr/local/bin/kn-workflow

0 comments on commit 64d19e3

Please sign in to comment.