diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-03-28 13:29:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-28 13:29:53 +0000 |
commit | 50123f322ca1adc44dfb383355f026e37f1a456d (patch) | |
tree | 6565d91afa8517570d1b412f50c9849552c713a3 /kubernetes/aai/charts/gizmo/resources/config/README.txt | |
parent | ea2eb8d96d06f459526343322ad27007c7fdba8b (diff) | |
parent | 3bce64b0f9293075ea03c89bd9944913bc94290c (diff) |
Merge "Adding GIZMO chart to AAI"
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. |