diff options
author | 2025-04-01 07:25:02 +0000 | |
---|---|---|
committer | 2025-04-01 07:25:02 +0000 | |
commit | 49f9ee45871f3a91f041cdbf222df202853f0d4e (patch) | |
tree | b3a451dc0f20fe58f5396f0041d1d7c9c5393905 /kubernetes/policy/components/policy-opa-pdp/templates | |
parent | 2f2d0af9ec16db267fc48276cbc131cbb4b50522 (diff) | |
parent | aa592840192a1b4420affe9d7d793dcc7116bfd8 (diff) |
Diffstat (limited to 'kubernetes/policy/components/policy-opa-pdp/templates')
-rwxr-xr-x | kubernetes/policy/components/policy-opa-pdp/templates/configmap.yaml | 1 | ||||
-rwxr-xr-x | kubernetes/policy/components/policy-opa-pdp/templates/deployment.yaml | 2 |
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: |