summaryrefslogtreecommitdiffstats
path: root/kubernetes
diff options
context:
space:
mode:
authorAlexis de Talhouƫt <alexis.de_talhouet@bell.ca>2018-11-05 19:20:38 +0000
committerGerrit Code Review <gerrit@onap.org>2018-11-05 19:20:38 +0000
commit5c7ea8e458f63f0b80e4624cb881c17d5b9e0b1f (patch)
treed258bb6e8dfb1c42fa1c9360386c39b954b4d4e1 /kubernetes
parent6a6a12f31479431dd2ace0a06ebf73cda05b7392 (diff)
parent49cdba0caa68d802f88864d7b0c43eecff9889f1 (diff)
Merge "Fix typos"
Diffstat (limited to 'kubernetes')
-rw-r--r--kubernetes/helm/starters/onap-app/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/helm/starters/onap-app/README.md b/kubernetes/helm/starters/onap-app/README.md
index edb0a78197..41d002bdb0 100644
--- a/kubernetes/helm/starters/onap-app/README.md
+++ b/kubernetes/helm/starters/onap-app/README.md
@@ -12,8 +12,8 @@ Helm Charts for specific applications should be moved into the oom/kubernetes
directory. If the application is a common reusable Helm Chart (eg. mariadb), a
more appropriate location might be the oom/kubernetes/common directory.
-Edit each yaml file in the new Helm Chart directoy, substituing real values
-for those inside brackets (eg. `<onap-app>`). Some comments have been provided in
+Edit each yaml file in the new Helm Chart directory, substituting real values
+for those inside brackets (e.g. `<onap-app>`). Some comments have been provided in
the file to help guide changes that need to be made. This starter Helm Chart is
in no way complete. It can serve as the basis for creating a new Helm Chart that
attempts to apply Helm best practices to ONAP applications being configured,