blob: c9fb46f2aec4de7ea456f64691837f463de8d0fd [file] [log] [blame]
PUSHP RAJ7c521fa2021-12-06 14:19:03 +00001# SPDX-FileCopyrightText: 2021 Open Networking Foundation
2#
Sean Condon160ec1d2022-02-08 12:58:25 +00003# SPDX-License-Identifier: Apache-2.0
PUSHP RAJ7c521fa2021-12-06 14:19:03 +00004
5Thank you for installing {{ .Chart.Name }} Helm chart.
6
7Your release is named {{ .Release.Name }} in namespace {{.Release.Namespace}}.
8See https://docs.onosproject.org/developers/deploy_with_helm/
9
10To 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 Condondc534e92022-03-29 15:42:09 +010015NOTE: 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`
17See https://github.com/RasaHQ/helm-charts/issues/69