Skip to content

Instantly share code, notes, and snippets.

@ricardozanini
Last active December 14, 2020 15:54
Show Gist options
  • Save ricardozanini/737e824eda28f25f58c6cf2cb634b4af to your computer and use it in GitHub Desktop.
Save ricardozanini/737e824eda28f25f58c6cf2cb634b4af to your computer and use it in GitHub Desktop.
$ cat <<EOF | kubectl -n kogito apply -f -
apiVersion: app.kiegroup.org/v1beta1
kind: KogitoRuntime
metadata:
name: process-business-rules-quarkus
spec:
replicas: 1
image: quay.io/<your-quay-namespace>/process-business-rules-quarkus:latest
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment