aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/policy/components/policy-opa-pdp/templates
diff options
context:
space:
mode:
authorFiete Ostkamp <fiete.ostkamp@telekom.de>2025-04-01 07:25:02 +0000
committerGerrit Code Review <gerrit@onap.org>2025-04-01 07:25:02 +0000
commit49f9ee45871f3a91f041cdbf222df202853f0d4e (patch)
treeb3a451dc0f20fe58f5396f0041d1d7c9c5393905 /kubernetes/policy/components/policy-opa-pdp/templates
parent2f2d0af9ec16db267fc48276cbc131cbb4b50522 (diff)
parentaa592840192a1b4420affe9d7d793dcc7116bfd8 (diff)
Merge "[POLICY] Remove DB Jobs"HEADmaster
Diffstat (limited to 'kubernetes/policy/components/policy-opa-pdp/templates')
-rwxr-xr-xkubernetes/policy/components/policy-opa-pdp/templates/configmap.yaml1
-rwxr-xr-xkubernetes/policy/components/policy-opa-pdp/templates/deployment.yaml2
2 files changed, 1 insertions, 2 deletions
diff --git a/kubernetes/policy/components/policy-opa-pdp/templates/configmap.yaml b/kubernetes/policy/components/policy-opa-pdp/templates/configmap.yaml
index 4a3f85ead7..1942a59f6f 100755
--- a/kubernetes/policy/components/policy-opa-pdp/templates/configmap.yaml
+++ b/kubernetes/policy/components/policy-opa-pdp/templates/configmap.yaml
@@ -26,4 +26,3 @@ metadata:
labels: {{- include "common.labels" . | nindent 4 }}
data:
{{ tpl (.Files.Glob "resources/config/*.{sql,json,properties,xml}").AsConfig . | indent 2 }}
-
diff --git a/kubernetes/policy/components/policy-opa-pdp/templates/deployment.yaml b/kubernetes/policy/components/policy-opa-pdp/templates/deployment.yaml
index 744562d261..90ff759bb8 100755
--- a/kubernetes/policy/components/policy-opa-pdp/templates/deployment.yaml
+++ b/kubernetes/policy/components/policy-opa-pdp/templates/deployment.yaml
@@ -84,7 +84,7 @@ spec:
- name: opa-bundles
mountPath: /app/bundles
- name: logs
- mountPath: /var/log
+ mountPath: /var/logs
resources: {{ include "common.resources" . | nindent 12 }}
{{- if .Values.nodeSelector }}
nodeSelector: