diff options
author | Gurjeet Bedi <gurjeetb@amdocs.com> | 2018-03-27 10:22:52 -0400 |
---|---|---|
committer | Gurjeet Bedi <gurjeetb@amdocs.com> | 2018-03-27 10:24:21 -0400 |
commit | 3bce64b0f9293075ea03c89bd9944913bc94290c (patch) | |
tree | b5d1caad5eafc81554aa2c2257eda804cb05f63e /kubernetes/aai/charts/gizmo/resources/config/README.txt | |
parent | bd46220299a64b32296a998ca74c37a1510007d4 (diff) |
Adding GIZMO chart to AAI
Gizmo chart files
Issue-ID: OOM-798
Change-Id: Ic195d2973cfe5d5ace04670d3dcc6b43b820d461
Signed-off-by: Gurjeet Bedi <gurjeetb@amdocs.com>
Diffstat (limited to 'kubernetes/aai/charts/gizmo/resources/config/README.txt')
-rw-r--r-- | kubernetes/aai/charts/gizmo/resources/config/README.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kubernetes/aai/charts/gizmo/resources/config/README.txt b/kubernetes/aai/charts/gizmo/resources/config/README.txt new file mode 100644 index 0000000000..5cc01497f5 --- /dev/null +++ b/kubernetes/aai/charts/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. |