guidelines / templates redefined
parent
6b69d64273
commit
017b8b8d08
|
|
@ -19,8 +19,8 @@ To monitor your application with Dynatrace, please follow these steps:
|
||||||
|
|
||||||
`git checkout -b CD_<app_name>`
|
`git checkout -b CD_<app_name>`
|
||||||
|
|
||||||
**What value should i use for <app_name>?**
|
**What value should i use for <app_name>?**
|
||||||
- i.e. for vehicle-composite-service you need to get [this](https://code.connected.bmw/runtime/tf-cluster-apps/blob/master/euprd/apps/vehicle-composite-service.tf#L8) value.
|
- i.e. for vehicle-composite-service you need to get [this](https://code.connected.bmw/runtime/tf-cluster-apps/blob/master/euprd/apps/vehicle-composite-service.tf#L8) value.
|
||||||
|
|
||||||
5. Execute the script passing as parameters, again, the <app_name>:
|
5. Execute the script passing as parameters, again, the <app_name>:
|
||||||
|
|
||||||
|
|
@ -35,11 +35,11 @@ To monitor your application with Dynatrace, please follow these steps:
|
||||||
|
|
||||||
8. Commit and pull request to merge the branch to the master:
|
8. Commit and pull request to merge the branch to the master:
|
||||||
|
|
||||||
`git add <changes>`
|
```
|
||||||
|
git add <changes>
|
||||||
`git commit -m "<app_name> configuration changes"`
|
git commit -m "<app_name> configuration changes"
|
||||||
|
git push -u origin <branch>
|
||||||
`git push -u origin <branch>`
|
```
|
||||||
|
|
||||||
### Results
|
### Results
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue