PUSHP RAJ | 7c521fa | 2021-12-06 14:19:03 +0000 | [diff] [blame] | 1 | # SPDX-FileCopyrightText: 2021 Open Networking Foundation
|
| 2 | #
|
Sean Condon | 160ec1d | 2022-02-08 12:58:25 +0000 | [diff] [blame] | 3 | # SPDX-License-Identifier: Apache-2.0
|
PUSHP RAJ | 7c521fa | 2021-12-06 14:19:03 +0000 | [diff] [blame] | 4 |
|
| 5 | Thank you for installing {{ .Chart.Name }} Helm chart.
|
| 6 |
|
| 7 | Your release is named {{ .Release.Name }} in namespace {{.Release.Namespace}}.
|
| 8 | See https://docs.onosproject.org/developers/deploy_with_helm/
|
| 9 |
|
| 10 | To learn more about the release, try:
|
| 11 | $ helm -n {{.Release.Namespace}} status {{ .Release.Name }}
|
| 12 | $ helm -n {{.Release.Namespace}} get all {{ .Release.Name }}
|
| 13 | $ watch kubectl -n {{.Release.Namespace}} get pods
|
| 14 |
|
Sean Condon | dc534e9 | 2022-03-29 15:42:09 +0100 | [diff] [blame] | 15 | NOTE: if you're deploying this with a name other than "chronos-umbrella" you will have to add
|
| 16 | `--set aether-enterprise-portal.rasa.service=<name>-rasa`. This is because RASA Helm Chart can utilize `fullnameOverride`
|
| 17 | See https://github.com/RasaHQ/helm-charts/issues/69
|