This repository was archived by the owner on Oct 11, 2019. It is now read-only.
File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -26,19 +26,17 @@ The `docker-jenkins` folder contains a `Dockerfile` and all artifacts for buildi
26
26
## Install service <a id =" install " ></a >
27
27
28
28
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
30
30
* JENKINS_USER - Jenkins user
31
31
* JENKINS_PASSWORD - Password of Jenkins user
32
32
* GITHUB_USER_EMAIL - Email of GitHub user
33
33
* GITHUB_ORGANIZATION - GitHub organization used by keptn
34
34
* 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
37
35
38
36
1 . Run the ` deploy.sh ` script as shown below:
39
37
40
38
``` 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
42
40
```
43
41
44
42
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
73
71
74
72
```console
75
73
$ kubectl delete -f ./config/gen/service.yml
76
- ```
74
+ ```
You can’t perform that action at this time.
0 commit comments