Skip to content
This repository was archived by the owner on Oct 11, 2019. It is now read-only.

Commit 949b7c7

Browse files
authored
Merge pull request #14 from keptn/johannes-b-patch-1
Removed DT-related variables from install command in Readme
2 parents 0a28603 + 1b0e244 commit 949b7c7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Diff for: README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,17 @@ The `docker-jenkins` folder contains a `Dockerfile` and all artifacts for buildi
2626
## Install service <a id="install"></a>
2727

2828
1. To install the service, specify values for the following parameters:
29-
* REGISTRY_URI - URI of the container registry
29+
* REGISTRY_URL - URL of the container registry
3030
* JENKINS_USER - Jenkins user
3131
* JENKINS_PASSWORD - Password of Jenkins user
3232
* GITHUB_USER_EMAIL - Email of GitHub user
3333
* GITHUB_ORGANIZATION - GitHub organization used by keptn
3434
* GITHUB_PERSONAL_ACCESS_TOKEN - Personal access token from GitHub user
35-
* DT_API_TOKEN (optional) - Dynatrace API token
36-
* DT_TENANT_URL (optional) - Dynatrace tenant URL
3735

3836
1. Run the `deploy.sh` script as shown below:
3937

4038
```console
41-
$ ./deploy.sh REGISTRY_URI JENKINS_USER JENKINS_PASSWORD GITHUB_USER_EMAIL GITHUB_ORGANIZATION GITHUB_PERSONAL_ACCESS_TOKEN DT_API_TOKEN DT_TENANT_URL
39+
$ ./deploy.sh $REGISTRY_URL $JENKINS_USER $JENKINS_PASSWORD $GITHUB_USER_NAME $GITHUB_USER_EMAIL $GITHUB_ORGANIZATION $GITHUB_PERSONAL_ACCESS_TOKEN
4240
```
4341

4442
1. To verify the installation, execute the following `kubectl` commands:
@@ -73,4 +71,4 @@ The `docker-jenkins` folder contains a `Dockerfile` and all artifacts for buildi
7371

7472
```console
7573
$ kubectl delete -f ./config/gen/service.yml
76-
```
74+
```

0 commit comments

Comments
 (0)