diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-04-06 18:04:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-06 18:04:52 +0000 |
commit | 2afcb1dc12cb7db9737068966235204059b3ae46 (patch) | |
tree | 192db4a5ee04d86f202f195f9622f884760a9cff /kubernetes/dmaap/resources/config/README.txt | |
parent | 72f4e9b34adb4b2e134ee44e9fe0a2e039453378 (diff) | |
parent | 50aafc5ef50a1280c9e85d12be3d24104258ae95 (diff) |
Merge "Initial chart for dmaap - 2nd attempt"
Diffstat (limited to 'kubernetes/dmaap/resources/config/README.txt')
-rw-r--r-- | kubernetes/dmaap/resources/config/README.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kubernetes/dmaap/resources/config/README.txt b/kubernetes/dmaap/resources/config/README.txt new file mode 100644 index 0000000000..5cc01497f5 --- /dev/null +++ b/kubernetes/dmaap/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. |