aboutsummaryrefslogtreecommitdiffstats
path: root/helm
diff options
context:
space:
mode:
authormuraliparthatechm <muraliparthasarathy.k@techmahindra.com>2024-12-30 13:12:04 +0100
committermuraliparthatechm <muraliparthasarathy.k@techmahindra.com>2024-12-30 13:18:24 +0100
commitfcf6d22631c42bc2863b0663d47d92a8fbf388f7 (patch)
treea7b1c6f541ebca7c0565ba6a553eb1df165d7862 /helm
parentf3a345387a6315d7819a32b1db8dd85a8b531c1d (diff)
Update CSIT with opa-pdp (microk8s env)
Issue-ID: POLICY-5224 Change-Id: I14bc094514a613711eb2e8de0699aaf6b4f947cd Signed-off-by: muraliparthatechm <muraliparthasarathy.k@techmahindra.com>
Diffstat (limited to 'helm')
-rwxr-xr-xhelm/policy/components/policy-opa-pdp/templates/deployment.yaml4
-rwxr-xr-xhelm/policy/values.yaml3
2 files changed, 5 insertions, 2 deletions
diff --git a/helm/policy/components/policy-opa-pdp/templates/deployment.yaml b/helm/policy/components/policy-opa-pdp/templates/deployment.yaml
index 100c00bb..2c5d8a6b 100755
--- a/helm/policy/components/policy-opa-pdp/templates/deployment.yaml
+++ b/helm/policy/components/policy-opa-pdp/templates/deployment.yaml
@@ -69,8 +69,8 @@ spec:
containers:
- name: {{ .Chart.Name }}
- image: {{ .Values.global.image.opapdp }}
- imagePullPolicy: {{ .Values.global.pullPolicy }}
+ image: {{ .Values.global.repository }}/{{ .Values.global.image.opa }}
+ imagePullPolicy: {{ .Values.global.pullPolicy }}
ports:
- containerPort: {{ .Values.service.internalPort }}
# disable liveness probe when breakpoints set in debugger
diff --git a/helm/policy/values.yaml b/helm/policy/values.yaml
index fabc016b..13f1f903 100755
--- a/helm/policy/values.yaml
+++ b/helm/policy/values.yaml
@@ -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: