-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #537 from kiegroup/master
Merge branch 'master' into release-v7.9.x
- Loading branch information
Showing
16 changed files
with
560 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ reviewers: | |
- bmozaffa | ||
- tchughesiv | ||
- ruromero | ||
- spolti | ||
approvers: | ||
- bmozaffa | ||
- tchughesiv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
deploy/crs/v2/snippets/immutable_s2i_extra_buildconfig_envs.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
### | ||
# This CR deploys 1 kie server set that will build an image containing the | ||
# library process deployed. | ||
# Besides it will deploy the resulting image and a monitoring console if enabled | ||
### | ||
apiVersion: app.kiegroup.org/v2 | ||
kind: KieApp | ||
metadata: | ||
name: library-s2i | ||
annotations: | ||
consoleName: snippet-library-s2i-with-extra-buildconfig-envs | ||
consoleTitle: S2I Immutable Deployment with extra Build Config environment variables | ||
consoleDesc: Use this snippet to configure an immutable deployment with s2i passing extra Build Config environment variables. | ||
consoleSnippet: true | ||
spec: | ||
objects: | ||
servers: | ||
- build: | ||
kieServerContainerDeployment: rhpam-kieserver-library=org.openshift.quickstarts:rhpam-kieserver-library:1.5.0-SNAPSHOT | ||
gitSource: | ||
uri: https://github.com/jboss-container-images/rhpam-7-openshift-image.git | ||
reference: master | ||
contextDir: quickstarts/library-process/library | ||
env: | ||
- name: "JAVA_OPTS_APPEND" | ||
value: "-Dmy.custom.property=prop-test" |
192 changes: 96 additions & 96 deletions
192
...-catalog/dev/7.9.0/manifests/businessautomation-operator.7.9.0.clusterserviceversion.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
190 changes: 95 additions & 95 deletions
190
...catalog/prod/7.9.0/manifests/businessautomation-operator.7.9.0.clusterserviceversion.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters