Add helm charts for distribution and http-ppnt in CSIT 68/133568/1
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>
Tue, 7 Mar 2023 01:32:28 +0000 (01:32 +0000)
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>
Tue, 7 Mar 2023 15:03:44 +0000 (15:03 +0000)
commitd8f918033221270c1ec4423b36c010da8464c401
tree96c4b5db631594ec79de59e24e8338639293f95a
parent6f8e0a9588483cf4f7abd231c704f7fd84070147
Add helm charts for distribution and http-ppnt in CSIT

Issue-ID: POLICY-4542
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Change-Id: I18453af111dff7943c65c8b1113df0ded23b6f99
25 files changed:
csit/resources/scripts/run-test.sh
csit/run-k8s-csit.sh
helm/policy/Chart.yaml
helm/policy/components/mariadb-galera/values.yaml
helm/policy/components/policy-clamp-ac-http-ppnt/Chart.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-ac-http-ppnt/resources/config/HttpParticipantParameters.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-ac-http-ppnt/resources/config/logback.xml [new file with mode: 0644]
helm/policy/components/policy-clamp-ac-http-ppnt/templates/configmap.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-ac-http-ppnt/templates/deployment.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-ac-http-ppnt/templates/role-binding.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-ac-http-ppnt/templates/secrets.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-ac-http-ppnt/templates/service-account.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-ac-http-ppnt/templates/service.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-ac-http-ppnt/values.yaml [new file with mode: 0644]
helm/policy/components/policy-distribution/Chart.yaml [new file with mode: 0644]
helm/policy/components/policy-distribution/resources/config/config.json [new file with mode: 0755]
helm/policy/components/policy-distribution/resources/config/logback.xml [new file with mode: 0755]
helm/policy/components/policy-distribution/templates/configmap.yaml [new file with mode: 0755]
helm/policy/components/policy-distribution/templates/deployment.yaml [new file with mode: 0755]
helm/policy/components/policy-distribution/templates/role-binding.yaml [new file with mode: 0644]
helm/policy/components/policy-distribution/templates/secrets.yaml [new file with mode: 0755]
helm/policy/components/policy-distribution/templates/service-account.yaml [new file with mode: 0644]
helm/policy/components/policy-distribution/templates/service.yaml [new file with mode: 0755]
helm/policy/components/policy-distribution/values.yaml [new file with mode: 0644]
helm/policy/values.yaml