diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-03-20 16:51:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-20 16:51:43 +0000 |
commit | a68cf4f3da292a9b41b6570067470bb456ca41c6 (patch) | |
tree | df2988de41c1f23f1f164ec528d0d700315b0b46 /kubernetes/helm/starters/onap-app/resources/config | |
parent | f7c77bfc3add6c94c8f018e270beea993beefea5 (diff) | |
parent | 282a3873eb2206fcc8ce134fc32de76412c6e40d (diff) |
Merge "Add Helm Chart "template" Starter"
Diffstat (limited to 'kubernetes/helm/starters/onap-app/resources/config')
-rw-r--r-- | kubernetes/helm/starters/onap-app/resources/config/README.txt | 10 | ||||
-rw-r--r-- | kubernetes/helm/starters/onap-app/resources/config/application.properties | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/kubernetes/helm/starters/onap-app/resources/config/README.txt b/kubernetes/helm/starters/onap-app/resources/config/README.txt new file mode 100644 index 0000000000..5cc01497f5 --- /dev/null +++ b/kubernetes/helm/starters/onap-app/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. diff --git a/kubernetes/helm/starters/onap-app/resources/config/application.properties b/kubernetes/helm/starters/onap-app/resources/config/application.properties new file mode 100644 index 0000000000..496a15a531 --- /dev/null +++ b/kubernetes/helm/starters/onap-app/resources/config/application.properties @@ -0,0 +1 @@ +sampleConfigKey=sampleConfigValue
\ No newline at end of file |