diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-04-03 13:55:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-03 13:55:59 +0000 |
commit | ae6cefd5abdd568e108ef732ac1298d7ec36702e (patch) | |
tree | f26f7f5cd5cdcbe0cbdd13f7a95853d5f39e70d7 /kubernetes/aai/charts/aai-gizmo/resources/config/README.txt | |
parent | 15519cd4f31a4b52ff9c397ac186532345912caf (diff) | |
parent | 82cee4d96d7a8d829877d1ecbd1e68c5853b150e (diff) |
Merge "Conform to helm standards"
Diffstat (limited to 'kubernetes/aai/charts/aai-gizmo/resources/config/README.txt')
-rw-r--r-- | kubernetes/aai/charts/aai-gizmo/resources/config/README.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kubernetes/aai/charts/aai-gizmo/resources/config/README.txt b/kubernetes/aai/charts/aai-gizmo/resources/config/README.txt new file mode 100644 index 0000000000..5cc01497f5 --- /dev/null +++ b/kubernetes/aai/charts/aai-gizmo/resources/config/README.txt @@ -0,0 +1,10 @@ +This directory contains all external configuration files that +need to be mounted into an application container. + +See the configmap.yaml in the templates directory for an example +of how to load (ie map) config files from this directory, into +Kubernetes, for distribution within the k8s cluster. + +See deployment.yaml in the templates directory for an example +of how the 'config mapped' files are then mounted into the +containers. |