summaryrefslogtreecommitdiffstats
path: root/kubernetes/config/values.yaml
AgeCommit message (Collapse)AuthorFilesLines
2018-05-25Remove deprecated configAlexis de Talhouët1-20/+0
Now that all the configs lives in its chart, we can get rid of that big config folder, taking 200Mb+ in the git repo. Change-Id: I222ba9c64bf4dadbe4a22d61f790a8f796f2b6eb Issue-ID: OOM-10 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
2018-03-22License addition in all yamlsvaibhav_16dec1-0/+14
Issue-ID: OOM-821 Change-Id: I627ac962afe8cd6bf2859a30a0e88f6c9ac89d34 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-03-05Removing tag from config-initmayankg27031-3/+1
Issue-ID: OOM-622 Change-Id: I865d1a2bc01bb259d28f08ccf9853d7dc0cb3815 Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
2018-01-18Add support for dmaap and ueb for sdncAlexis de Talhouët1-1/+1
Update config-init container with the added files Change-Id: I8703307207c376a1f0a1410af126e4fa4be3fb13 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> Issue-ID: OOM-491
2017-12-20update config-init tag for masterMandeep Khinda1-1/+2
-So we can separate config images across releases -Going with 2.0.0-SNAPSHOT for all things Beijing development Issue-ID: OOM-516 Change-Id: I41773659dcd8a21a9afdf3bdcc10d1ba304b7cfb Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-08fixing bug in new config podMandeep Khinda1-1/+0
-it appears the variable substitution was not working and the config map was empty causing the config pod to fail. I was sure I tested this...alas :'( Issue-ID: OOM-277 Change-Id: I439d2e0d12f74e76c2fb0a2d44da8aaa473035a7 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2017-09-08converting config to helm and setting demo valuesMandeep Khinda1-0/+8
To be able to run the vFW/vLB demos, these needed to be done manually and it was a big mess. With the power of helm we can now pass data into the config pod and make some substitutions Issue-ID: OOM-277 Change-Id: Ie167920fac7896661b81443aa460ce2e6f615187 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>