Skip to content

Commit

Permalink
Feature/us 561770 (#629)
Browse files Browse the repository at this point in the history
* US-561770 : adding java security file to configurations

* US-561770 : adding java security overwrite to github pages

* US-561770 : adding base configuration files for tomcat web xml and catalina props

* US-561770 : including tomcat web and catalina props file in github pages archive

* Updated validatexml with tomcat-web.xml

Updated validatexml with tomcat-web.xml

* adding new configuration files in deploy config tar file

---------

Co-authored-by: gollk1 <[email protected]>
  • Loading branch information
pardhu-pokuri and gollk1 authored Sep 4, 2023
1 parent ef61cb9 commit 56ee80f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions before_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ls
helm package --version ${CHART_VERSION} ./charts/pega/
helm package --version ${CHART_VERSION} ./charts/addons/
helm package --version ${CHART_VERSION} ./charts/backingservices/
tar -czvf ${DEPLOY_CONFIGURATIONS_FILE_NAME} --directory=./charts/pega/config deploy/context.xml.tmpl deploy/server.xml.tmpl deploy/prconfig.xml deploy/prlog4j2.xml
tar -czvf ${DEPLOY_CONFIGURATIONS_FILE_NAME} --directory=./charts/pega/config deploy/context.xml.tmpl deploy/server.xml.tmpl deploy/prconfig.xml deploy/prlog4j2.xml deploy/java.security.overwrite deploy/catalina.properties deploy/tomcat-web.xml
mkdir -p ./charts/pega/charts/installer/config/installer && cp ./charts/pega/charts/installer/config/migrateSystem.properties.tmpl ./charts/pega/charts/installer/config/installer && cp ./charts/pega/charts/installer/config/prbootstrap.properties.tmpl ./charts/pega/charts/installer/config/installer && cp ./charts/pega/charts/installer/config/prconfig.xml.tmpl ./charts/pega/charts/installer/config/installer && cp ./charts/pega/charts/installer/config/prlog4j2.xml ./charts/pega/charts/installer/config/installer && cp ./charts/pega/charts/installer/config/prpcUtils.properties.tmpl ./charts/pega/charts/installer/config/installer && cp ./charts/pega/charts/installer/config/setupDatabase.properties.tmpl ./charts/pega/charts/installer/config/installer && tar -czvf ${INSTALLER_CONFIGURATIONS_FILE_NAME} --directory=./charts/pega/charts/installer/config installer/migrateSystem.properties.tmpl installer/prbootstrap.properties.tmpl installer/prconfig.xml.tmpl installer/prlog4j2.xml installer/prpcUtils.properties.tmpl installer/setupDatabase.properties.tmpl
# and merge it
helm repo index --merge index.yaml --url https://pegasystems.github.io/pega-helm-charts/ .
helm repo index --merge index.yaml --url https://pegasystems.github.io/pega-helm-charts/ .

0 comments on commit 56ee80f

Please sign in to comment.