Add init container support for truststore merger. 22/111422/22
authorJan Malkiewicz <jan.malkiewicz@nokia.com>
Wed, 19 Aug 2020 13:49:10 +0000 (15:49 +0200)
committerJan Malkiewicz <jan.malkiewicz@nokia.com>
Fri, 28 Aug 2020 07:00:24 +0000 (09:00 +0200)
commit92f74ae2a3506cea96635e922c0217dc1ef96bb9
tree054b49c3216c5075d8e3ffb40b7c502157b67f64
parent43f0c2c84a1d1c0e9dd49e41c748f56b5820760b
Add init container support for truststore merger.

Issue-ID: DCAEGEN2-2253

Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com>
Change-Id: I98f27834b36cad333728d41ec079b86a090e77f3
13 files changed:
.gitignore
k8s/ChangeLog.md
k8s/Makefile [new file with mode: 0644]
k8s/README.md
k8s/centos.wagon-builder.dockerfile [new file with mode: 0644]
k8s/configure/configure.py
k8s/k8sclient/k8sclient.py
k8s/k8splugin/tasks.py
k8s/k8splugin_types.yaml
k8s/pom.xml
k8s/setup.py
k8s/tests/common.py
k8s/tests/test_k8sclient_deploy.py