Update CSIT with opa-pdp (microk8s env) 24/139824/2
authormuraliparthatechm <muraliparthasarathy.k@techmahindra.com>
Mon, 30 Dec 2024 12:12:04 +0000 (13:12 +0100)
committermuraliparthatechm <muraliparthasarathy.k@techmahindra.com>
Mon, 30 Dec 2024 12:18:24 +0000 (13:18 +0100)
Issue-ID: POLICY-5224
Change-Id: I14bc094514a613711eb2e8de0699aaf6b4f947cd
Signed-off-by: muraliparthatechm <muraliparthasarathy.k@techmahindra.com>
helm/policy/components/policy-opa-pdp/templates/deployment.yaml
helm/policy/values.yaml

index 100c00b..2c5d8a6 100755 (executable)
@@ -69,8 +69,8 @@ spec:
 \r
       containers:\r
         - name: {{ .Chart.Name }}\r
-          image: {{ .Values.global.image.opapdp }}\r
-          imagePullPolicy: {{ .Values.global.pullPolicy }}         \r
+          image: {{ .Values.global.repository }}/{{ .Values.global.image.opa }}\r
+          imagePullPolicy: {{ .Values.global.pullPolicy }}\r
           ports:\r
           - containerPort: {{ .Values.service.internalPort }}\r
           # disable liveness probe when breakpoints set in debugger\r
index fabc016..13f1f90 100755 (executable)
@@ -41,6 +41,7 @@ global:
     simulator: onap/policy-models-simulator:$tag
     pdpdcl: onap/policy-pdpd-cl:$tag
     xacml: onap/policy-xacml-pdp:$tag
+    opa: onap/policy-opa-pdp:1.0.0-SNAPSHOT
     distribution: onap/policy-distribution:$tag
     runtimeacm: onap/policy-clamp-runtime-acm:$tag
     kserveparticipant: onap/policy-clamp-ac-kserve-ppnt:$tag
@@ -71,6 +72,8 @@ policy-drools-pdp:
   enabled: false
 policy-xacml-pdp:
   enabled: false
+policy-opa-pdp:
+  enabled: false
 policy-distribution:
   enabled: false
 policy-clamp-ac-http-ppnt: