File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11
221. 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 }}
872. 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
13123. Run the following command to get the dashboard URL for the service type:
1413
You can’t perform that action at this time.
0 commit comments