aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/helm/starters/onap-app/resources/config/README.txt
blob: 49d27b03d5d8b75fa3219eaacee966de747f0bd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Copyright © 2018 Amdocs, Bell Canada
#
# This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE
#
# Full license text at https://creativecommons.org/licenses/by/4.0/legalcode

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.