commit | a7ac7f022a8d2553d637ad8bf5fe3f12b65aa76e | [log] [tgz] |
---|---|---|
author | miroslavmasaryk <miroslav.masaryk@telekom.com> | Wed Mar 01 14:12:26 2023 +0100 |
committer | miroslavmasaryk <miroslav.masaryk@telekom.com> | Fri Mar 03 16:37:45 2023 +0100 |
tree | a6e7aca7585e3b309f0c48103eadea655e2382b9 | |
parent | f423db98e3050fd98823174a99c24ea573880103 [diff] [blame] |
[COMMON] Fix resources indent Fix of resources template indent and therefore resources in components Issue-ID: OOM-3104 Signed-off-by: miroslavmasaryk <miroslav.masaryk@telekom.com> Change-Id: I825a3860db00cae4bb80b2aa2d82ac1a42b33124
diff --git a/kubernetes/policy/components/policy-clamp-ac-pf-ppnt/templates/deployment.yaml b/kubernetes/policy/components/policy-clamp-ac-pf-ppnt/templates/deployment.yaml index a127885..1a181c0 100644 --- a/kubernetes/policy/components/policy-clamp-ac-pf-ppnt/templates/deployment.yaml +++ b/kubernetes/policy/components/policy-clamp-ac-pf-ppnt/templates/deployment.yaml
@@ -98,8 +98,7 @@ readOnly: true - mountPath: /opt/app/policy/clamp/etc/mounted name: ac-pf-ppnt-config-processed - resources: -{{ include "common.resources" . }} + resources: {{ include "common.resources" . | nindent 12 }} {{- if .Values.nodeSelector }} nodeSelector: {{ toYaml .Values.nodeSelector | indent 10 }}