Skip to content

Commit 234c45f

Browse files
authored
readme refactor (#1770)
* readme refactor * password
1 parent f258891 commit 234c45f

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

README.md

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,23 @@ helm install devtron devtron/devtron-operator \
9898
--create-namespace --namespace devtroncd \
9999
--set installer.modules={cicd}
100100
```
101+
### Access Devtron
101102

102-
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).
103118

104119
#### Installation status
105120

@@ -124,23 +139,6 @@ helm install devtron devtron/devtron-operator --create-namespace --namespace dev
124139

125140
```
126141

127-
### Devtron Dashboard
128-
129-
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).
144142

145143
## :blue_heart: Technology
146144

0 commit comments

Comments
 (0)