diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2023-03-05 15:59:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-03-05 15:59:33 +0000 |
commit | e9fe498f17933a78ae3fcbea3502dc8b7fc545a1 (patch) | |
tree | ce22b3ae38917cd471cef6110a377d6722531060 /kubernetes/policy/components/policy-distribution | |
parent | 5e6114080035729f4da49f05ddfe279b54ef544f (diff) | |
parent | a7ac7f022a8d2553d637ad8bf5fe3f12b65aa76e (diff) |
Merge "[COMMON] Fix resources indent"
Diffstat (limited to 'kubernetes/policy/components/policy-distribution')
-rwxr-xr-x | kubernetes/policy/components/policy-distribution/templates/deployment.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/kubernetes/policy/components/policy-distribution/templates/deployment.yaml b/kubernetes/policy/components/policy-distribution/templates/deployment.yaml index 082593d06f..7a3f6d78a3 100755 --- a/kubernetes/policy/components/policy-distribution/templates/deployment.yaml +++ b/kubernetes/policy/components/policy-distribution/templates/deployment.yaml @@ -116,8 +116,7 @@ spec: readOnly: true - mountPath: /opt/app/policy/distribution/etc/mounted name: distributionconfig - resources: -{{ include "common.resources" . }} + resources: {{ include "common.resources" . | nindent 12 }} {{- if .Values.nodeSelector }} nodeSelector: {{ toYaml .Values.nodeSelector | indent 10 }} |