File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ $ helm install litmus-agent litmuschaos/litmus-agent \
45
45
--set "LITMUS_BACKEND_URL=http://litmusportal-server-service.litmus.svc.cluster.local:9002" \ # FOR SELF AGENT (SVC)
46
46
--set "LITMUS_USERNAME=admin" \
47
47
--set "LITMUS_PASSWORD=litmus" \
48
- --set "LITMUS_PROJECT_ID=69395cb3-0231-4262-8990-78056c8adb4c"
48
+ --set "LITMUS_PROJECT_ID=69395cb3-0231-4262-8990-78056c8adb4c" \
49
49
--set "LITMUS_ENVIRONMENT_ID=nameofenvironment"
50
50
```
51
51
@@ -59,7 +59,7 @@ $ helm install litmus-agent litmuschaos/litmus-agent \
59
59
| INFRA_NODE_SELECTOR | string | ` "" ` | |
60
60
| INFRA_TYPE | string | ` "external" ` | |
61
61
| LITMUS_BACKEND_URL | string | ` "" ` | |
62
- | LITMUS_ENVIRONMENT_ID | string | ` "" ` | ` " ID of the environment where the infrastructure will be added" ` |
62
+ | LITMUS_ENVIRONMENT_ID | string | ` "" ` | ID of the litmus environment where the infrastructure will be added |
63
63
| LITMUS_PASSWORD | string | ` "litmus" ` | |
64
64
| LITMUS_PROJECT_ID | string | ` "" ` | |
65
65
| LITMUS_URL | string | ` "https://my-domain.com" ` | |
Original file line number Diff line number Diff line change @@ -20,14 +20,15 @@ To install this chart with the release name `litmus-portal`:
20
20
$ helm repo add litmuschaos https://litmuschaos.github.io/litmus-helm/
21
21
$ helm install litmus-agent litmuschaos/litmus-agent \
22
22
--namespace litmus --create-namespace \
23
- --set "AGENT_NAME =helm-agent" \
24
- --set "AGENT_DESCRIPTION =My first agent deployed with helm !" \
23
+ --set "INFRA_NAME =helm-agent" \
24
+ --set "INFRA_DESCRIPTION =My first agent deployed with helm !" \
25
25
--set "LITMUS_URL=https://chaos-center.domain.com" \ # FOR REMOTE AGENT (INGRESS)
26
26
--set "LITMUS_URL=http://litmusportal-frontend-service.litmus.svc.cluster.local:9091" \ # FOR SELF AGENT (SVC)
27
27
--set "LITMUS_BACKEND_URL=http://litmusportal-server-service.litmus.svc.cluster.local:9002" \ # FOR SELF AGENT (SVC)
28
28
--set "LITMUS_USERNAME=admin" \
29
29
--set "LITMUS_PASSWORD=litmus" \
30
- --set "LITMUS_PROJECT_ID=69395cb3-0231-4262-8990-78056c8adb4c"
30
+ --set "LITMUS_PROJECT_ID=69395cb3-0231-4262-8990-78056c8adb4c" \
31
+ --set "LITMUS_ENVIRONMENT_ID=nameofenvironment"
31
32
```
32
33
33
34
{{ template "chart.valuesSection" . }}
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ LITMUS_BACKEND_URL: ""
28
28
LITMUS_USERNAME : " admin"
29
29
LITMUS_PASSWORD : " litmus"
30
30
LITMUS_PROJECT_ID : " "
31
+ # -- ID of the litmus environment where the infrastructure will be added
31
32
LITMUS_ENVIRONMENT_ID : " "
32
33
33
34
image :
You can’t perform that action at this time.
0 commit comments