Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion charts/devtron/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Please wait for ~1 minute before running any of the following commands.

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

Expand Down Expand Up @@ -48,6 +49,9 @@
3. To track the progress of Devtron microservices installation, run the following command:

kubectl -n devtroncd get installers installer-devtron -o jsonpath='{.status.sync.status}'

After running this command, if you get the results as:
1. "Downloaded" means installation in progress. But you can still start exploring Devtron
2. "Applied" means installation is successful.

{{- end }}

4 changes: 3 additions & 1 deletion charts/devtron/templates/notifier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ metadata:
name: notifier-secret
labels:
release: devtron
app: notifier
type: Opaque
{{- if .secrets }}
data:
Expand All @@ -24,6 +25,7 @@ metadata:
name: notifier-cm
labels:
release: devtron
app: notifier
data:
{{- if .configs}}
{{ toYaml .configs | indent 2 }}
Expand Down Expand Up @@ -107,4 +109,4 @@ spec:
{{- end }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}