Add CSIT helm charts for policy 01/132901/1
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>
Wed, 11 Jan 2023 17:02:00 +0000 (17:02 +0000)
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>
Wed, 11 Jan 2023 17:15:18 +0000 (17:15 +0000)
commitef52ca58b1537289846ae69522dc1495ae987bcf
tree500c3b59a818280773d55b4566d1eeed5d03824f
parent9d13e75f88132a33ecb8841348b0ed8e6d2d4a52
Add CSIT helm charts for policy

Added helm charts for api, pap, apex-pdp and policy-participant.

Issue-ID: POLICY-4457
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Change-Id: I10d721d17d773b3226dbd0473c3d55dae3be42a4
42 files changed:
helm/policy/Chart.yaml
helm/policy/components/policy-apex-pdp/Chart.yaml [new file with mode: 0755]
helm/policy/components/policy-apex-pdp/resources/config/OnapPfConfig.json [new file with mode: 0755]
helm/policy/components/policy-apex-pdp/resources/config/logback.xml [new file with mode: 0755]
helm/policy/components/policy-apex-pdp/templates/configmap.yaml [new file with mode: 0755]
helm/policy/components/policy-apex-pdp/templates/role-binding.yaml [new file with mode: 0644]
helm/policy/components/policy-apex-pdp/templates/secrets.yaml [new file with mode: 0755]
helm/policy/components/policy-apex-pdp/templates/service-account.yaml [new file with mode: 0644]
helm/policy/components/policy-apex-pdp/templates/service.yaml [new file with mode: 0755]
helm/policy/components/policy-apex-pdp/templates/statefulset.yaml [new file with mode: 0755]
helm/policy/components/policy-apex-pdp/values.yaml [new file with mode: 0755]
helm/policy/components/policy-api/Chart.yaml [new file with mode: 0644]
helm/policy/components/policy-api/resources/config/apiParameters.yaml [new file with mode: 0644]
helm/policy/components/policy-api/resources/config/logback.xml [new file with mode: 0755]
helm/policy/components/policy-api/templates/configmap.yaml [new file with mode: 0644]
helm/policy/components/policy-api/templates/deployment.yaml [new file with mode: 0755]
helm/policy/components/policy-api/templates/role-binding.yaml [new file with mode: 0644]
helm/policy/components/policy-api/templates/secret.yaml [new file with mode: 0644]
helm/policy/components/policy-api/templates/service-account.yaml [new file with mode: 0644]
helm/policy/components/policy-api/templates/service.yaml [new file with mode: 0644]
helm/policy/components/policy-api/values.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-ac-pf-ppnt/Chart.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-ac-pf-ppnt/resources/config/PolicyParticipantParameters.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-ac-pf-ppnt/resources/config/logback.xml [new file with mode: 0644]
helm/policy/components/policy-clamp-ac-pf-ppnt/templates/configmap.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-ac-pf-ppnt/templates/deployment.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-ac-pf-ppnt/templates/role-binding.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-ac-pf-ppnt/templates/secrets.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-ac-pf-ppnt/templates/service-account.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-ac-pf-ppnt/templates/service.yaml [new file with mode: 0644]
helm/policy/components/policy-clamp-ac-pf-ppnt/values.yaml [new file with mode: 0644]
helm/policy/components/policy-pap/Chart.yaml [new file with mode: 0755]
helm/policy/components/policy-pap/resources/config/logback.xml [new file with mode: 0755]
helm/policy/components/policy-pap/resources/config/papParameters.yaml [new file with mode: 0644]
helm/policy/components/policy-pap/templates/configmap.yaml [new file with mode: 0755]
helm/policy/components/policy-pap/templates/deployment.yaml [new file with mode: 0755]
helm/policy/components/policy-pap/templates/role-binding.yaml [new file with mode: 0644]
helm/policy/components/policy-pap/templates/secrets.yaml [new file with mode: 0755]
helm/policy/components/policy-pap/templates/service-account.yaml [new file with mode: 0644]
helm/policy/components/policy-pap/templates/service.yaml [new file with mode: 0755]
helm/policy/components/policy-pap/values.yaml [new file with mode: 0755]
helm/policy/values.yaml