aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/vnfsdk/templates/configmap.yaml
AgeCommit message (Collapse)AuthorFilesLines
2021-03-20[VNFSDK] Automatically retrieve certificatesSylvain Desbureaux1-0/+13
Instead of using hardcoded certificates, let's use certInitializer in order to retrieve them. Issue-ID: OOM-2696 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I6ed12dda660647cd0990c34f51e6c05ed533774a
2020-10-21[VNFSDK] change comment styleJakub Latusek1-0/+2
Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Change-Id: I4be8fb8cc9627bf9c338fcc76ee78247a86e9d6c Issue-ID: OOM-2562
2020-05-05[VNFSDK] Use common secret template for postgres credentialsKrzysztof Opasiak1-1/+1
Even through we use common secret template both passwords are still hardcoded in common postgres chart but this will be removed as a final step just like we did for mariadb-galera. Issue-ID: OOM-2250 Change-Id: I4ca210c99c27fbfbf74a467d72a81b2e38d8d800 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2020-02-01[ONAP-wide] Replace .Release.Name with common.releaseKrzysztof Opasiak1-1/+1
ONAP is too big to be deployed using helm install so we need to use a custom helm plugin helm deploy. This script deloys onap component by component instead of deploying evrything at once. Unfortunately this script also modifies the helm release by appending component name to it. As a result of this behavior our objects are called for example: onap-mariadb-galera-mariadb-galera-0 instead of just being called onap-mariadb-galera-0. This patch simplifies this naming convention by replacing all direct usages of .Release.Name with common.release macro which strips the component specific part from the release name. Issue-ID: OOM-2275 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ia8cead50d305adb00eef666d0a1ace74479b5183
2018-09-18Backup Task- NBI ,VNFSDK, UUI ConfigMap LabellingPrateekinlinux1-0/+5
Issue-ID: OOM-1395 Change-Id: Ie73183156b2ed5e6cb5810612d62651645e4922a Signed-off-by: Prateekinlinux <prateek.khosla@amdocs.com>
2018-09-14Upgrade VNFSDK to use common Postgres chartsjasmineWen1-0/+21
Issue-ID: OOM-1185 Change-Id: Ie011e87bc9322149076ec62cab3a8b3315e1d817 Signed-off-by: jasmineWen <jasmine.wen@amdocs.com>