In preparation for setting up the pipelines and running them, you will first need to make a copy of the reference design GitHub code repository. This assumes you have a GitHub account.
Fork the sample JFrog Pipeline-Dynatrace repository to your own repository.
Adjust the values.yaml file with values for your environment. You must adjust:
gitRepo.path- replace dt-demos with your GitHub username or org name
image.ImageName- replace dynatracedemos with your Artifactory account name
Create a GitHub Personal Access Token in the GitHub account for the GitHub pipeline repo according to the JFrog GitHub Integration document. Copy the generated token to a safe location. This Token is needed in the upcoming section for the pipeline GitHub integration setup.