File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ Please wait for ~1 minute before running any of the following commands.
12
231. Run the following command to get the password for the default admin user:
34
48493. To track the progress of Devtron microservices installation, run the following command:
4950
5051 kubectl -n devtroncd get installers installer-devtron -o jsonpath='{.status.sync.status}'
52+
53+ After running this command, if you get the results as:
54+ 1. "Downloaded" means installation in progress. But you can still start exploring Devtron
55+ 2. "Applied" means installation is successful.
5156
5257{{- end }}
53-
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ metadata:
99 name : notifier-secret
1010 labels :
1111 release : devtron
12+ app : notifier
1213type : Opaque
1314{{- if .secrets }}
1415data :
@@ -24,6 +25,7 @@ metadata:
2425 name : notifier-cm
2526 labels :
2627 release : devtron
28+ app : notifier
2729data :
2830{{- if .configs}}
2931{{ toYaml .configs | indent 2 }}
@@ -107,4 +109,4 @@ spec:
107109{{- end }}
108110{{- end }}
109111{{- end }}
110- {{- end }}
112+ {{- end }}
You can’t perform that action at this time.
0 commit comments