blob: 49d27b03d5d8b75fa3219eaacee966de747f0bd8 [file] [log] [blame]
vaibhavjayasea9aee02018-08-31 06:22:26 +00001# Copyright © 2018 Amdocs, Bell Canada
2#
3# This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE
4#
5# Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
6
Mike Elliott282a3872018-02-28 09:55:14 -05007This directory contains all external configuration files that
8need to be mounted into an application container.
9
10See the configmap.yaml in the templates directory for an example
11of how to load (ie map) config files from this directory, into
12Kubernetes, for distribution within the k8s cluster.
13
14See deployment.yaml in the templates directory for an example
15of how the 'config mapped' files are then mounted into the
16containers.