diff options
author | 2025-01-17 13:57:37 +0000 | |
---|---|---|
committer | 2025-01-22 09:18:33 +0000 | |
commit | 46b84e0b3fc3dbf3ee83d54e505bef9197ffd371 (patch) | |
tree | b17ab57c9f588dc4e1b4455f9e8cf84198012b2c /compose | |
parent | 3804e8b4af14b98555b9b449cdb7afceb3ebea42 (diff) |
Add postgres chart for helm deployment
Remove mariadb helm chart
Issue-ID: POLICY-5252
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Change-Id: I84307deb5e5a93dd50078d768673d4f02171653c
Diffstat (limited to 'compose')
-rw-r--r-- | compose/config/xacml-pdp/xacml-postgres.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compose/config/xacml-pdp/xacml-postgres.properties b/compose/config/xacml-pdp/xacml-postgres.properties index a3446c4c..4dc66bfd 100644 --- a/compose/config/xacml-pdp/xacml-postgres.properties +++ b/compose/config/xacml-pdp/xacml-postgres.properties @@ -47,8 +47,8 @@ xacml.pip.engines=count-recent-operations,get-operation-outcome # # JPA Properties # -eclipselink.target-database=PostgreSQL jakarta.persistence.jdbc.driver=org.postgresql.Driver jakarta.persistence.jdbc.url=jdbc:postgresql://postgres:5432/operationshistory jakarta.persistence.jdbc.user=policy_user jakarta.persistence.jdbc.password=policy_user + |