Skip to content

Commit 1966311

Browse files
authored
Update NOTES.txt
1 parent 9d405ae commit 1966311

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

charts/devtron/templates/NOTES.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11

22
1. Run the following command to get the password for the default `admin` user:
33

4-
kubectl -n devtroncd get secret devtron-secret \
5-
-o jsonpath='{.data.ACD_PASSWORD}' | base64 -d
4+
kubectl -n devtroncd get secret devtron-secret -o jsonpath='{.data.ACD_PASSWORD}' | base64 -d
65

76
{{- if $.Values.components.devtron.ingress.enabled }}
87
2. The Devtron dashboard URL for
98

10-
- `http` is: `http://{{ .Values.components.devtron.ingress.host }}/dashboard`
11-
- `https` is `https://{{ .Values.components.devtron.ingress.host }}/dashboard`
9+
- http` is: `http://{{ .Values.components.devtron.ingress.host }}/dashboard
10+
- https` is `https://{{ .Values.components.devtron.ingress.host }}/dashboard
1211

1312
3. Run the following command to get the dashboard URL for the service type:
1413

0 commit comments

Comments
 (0)