You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please refer to the document on how to [install Devtron with CI/CD](./docs/setup/install/install-devtron-with-cicd.md) for more information.
103
+
**URL**: Use the following command to get the dashboard URL:
104
+
105
+
```bash
106
+
kubectl get svc -n devtroncd devtron-service -o jsonpath='{.status.loadBalancer.ingress}'
107
+
```
108
+
109
+
**Credentials**:
110
+
111
+
**UserName**: `admin` <br>
112
+
**Password**: Run the following command to get the admin password
113
+
```bash
114
+
kubectl -n devtroncd get secret devtron-secret -o jsonpath='{.data.ACD_PASSWORD}'| base64 -d
115
+
```
116
+
117
+
Please refer to the document for more information on how to [access the Devtron Dashboard](./docs/setup/install/install-devtron-with-cicd.md/#access-devtron-dashboard).
Use the following command to get the dashboard URL:
130
-
131
-
```bash
132
-
kubectl get svc -n devtroncd devtron-service -o jsonpath='{.status.loadBalancer.ingress}'
133
-
```
134
-
135
-
#### Dashboard credentials
136
-
137
-
For admin login, use the username:`admin`, and run the following command to get the admin password:
138
-
139
-
```bash
140
-
kubectl -n devtroncd get secret devtron-secret -o jsonpath='{.data.ACD_PASSWORD}'| base64 -d
141
-
```
142
-
143
-
Please refer to the document for more information on how to [access the Devtron Dashboard](./docs/setup/install/install-devtron-with-cicd.md/#access-devtron-dashboard).
0 commit comments