Skip to content

Commit

Permalink
Merge pull request #78 from SoftwareAG/dev-msr-thr
Browse files Browse the repository at this point in the history
 Chart name corrected #77
  • Loading branch information
thomas-2020 authored May 6, 2024
2 parents b9edac1 + 129be3c commit 20fc151
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
- -c
- >-
echo "Purge Transaction Events in [${DEPLOYMENT}]" ... &&
curl -X DELETE -s -u "Administrator:${password}" "${DEPLOYMENT}:5555/rest/apigateway/apitransactions?eventType=ALL&objectType=Analytics&from=&until=&olderThan=7d" &&
curl -X GET -s -u "Administrator:${password}" "${DEPLOYMENT}:5555/rest/apigateway/apitransactions/jobs"
curl -X DELETE -s -u "Administrator:${password}" "${DEPLOYMENT}-admin:5555/rest/apigateway/apitransactions?eventType=ALL&objectType=Analytics&from=&until=&olderThan=7d" &&
curl -X GET -s -u "Administrator:${password}" "${DEPLOYMENT}-admin:5555/rest/apigateway/apitransactions/jobs"
2 changes: 1 addition & 1 deletion mywebmethodsserver/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Sub-folder `examples` contains some *values* examples for more use-cases. To use
Install release with pulling image and setting secret (to pull image) ...

```shell
helm install wm-mws microservicesruntime
helm install wm-mws mywebmethodsserver
```

... define default domain name of Ingress service host ...
Expand Down
2 changes: 1 addition & 1 deletion mywebmethodsserver/helm/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Sub-folder `examples` contains some *values* examples for more use-cases. To use
Install release with pulling image and setting secret (to pull image) ...

```shell
helm install wm-mws microservicesruntime
helm install wm-mws mywebmethodsserver
```

... define default domain name of Ingress service host ...
Expand Down

0 comments on commit 20fc151

Please sign in to comment.