aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/msb/charts/msb-consul/resources/docker-entrypoint.sh
AgeCommit message (Collapse)AuthorFilesLines
2020-11-30[MSB] Uses new tpls for repos / imagesSylvain Desbureaux1-100/+0
This commit makes MSB chart to use the new generator for repositories and images. As new templates doesn't work well with "sub charts", we move also subcharts to components folder. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I97de4e13d077a6b7139d98dcd855f93645489035
2020-11-23[MSB] Make consul run as non-rootKrzysztof Opasiak1-0/+100
Start whole consul container as non-root and ensure that both dumb-init and consul are able to start and run as non-root. Issue-ID: REQ-362 Change-Id: If5a737953122cc6cd22b8d43ac603b40f4b22727 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>