Merge "[AAI] Add model-loader tracing config"
[oom.git] / kubernetes / helm / starters / onap-app / README.md
1 # Copyright © 2018 Amdocs, Bell Canada
2 #
3 # This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE
4 #
5 # Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
6
7 # Starter Helm Chart for ONAP Applications
8
9 Clone the onap-app directory and rename it to the name for your new Helm Chart.
10
11 Helm Charts for specific applications should be moved into the oom/kubernetes
12 directory. If the application is a common reusable Helm Chart (eg. mariadb), a
13 more appropriate location might be the oom/kubernetes/common directory.
14
15 Edit each yaml file in the new Helm Chart directoy, substituing real values
16 for those inside brackets (eg. `<onap-app>`). Some comments have been provided in
17 the file to help guide changes that need to be made. This starter Helm Chart is
18 in no way complete. It can serve as the basis for creating a new Helm Chart that
19 attempts to apply Helm best practices to ONAP applications being configured,
20 deployed and managed in Kubernetes.