Custom EDGW Deployment Pipeline

The deployment repository in Bitbucket stores all required scripts and Kubernetes deployment YAML files required to perform a custom EDGW deployment. The sample repository is available for project teams to use as a reference. It has the following structure:

pipeline-deploy-edgw % tree
.
├── Jenkinsfile
├── resources
│   └── helm
│       └── values-override.yaml
├── run_install.sh
├── run_uninstall.sh