summaryrefslogtreecommitdiffstats
path: root/kubernetes/so/components/so-etsi-sol003-adapter/templates/deployment.yaml
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2023-03-05 15:59:33 +0000
committerGerrit Code Review <gerrit@onap.org>2023-03-05 15:59:33 +0000
commite9fe498f17933a78ae3fcbea3502dc8b7fc545a1 (patch)
treece22b3ae38917cd471cef6110a377d6722531060 /kubernetes/so/components/so-etsi-sol003-adapter/templates/deployment.yaml
parent5e6114080035729f4da49f05ddfe279b54ef544f (diff)
parenta7ac7f022a8d2553d637ad8bf5fe3f12b65aa76e (diff)
Merge "[COMMON] Fix resources indent"
Diffstat (limited to 'kubernetes/so/components/so-etsi-sol003-adapter/templates/deployment.yaml')
-rwxr-xr-xkubernetes/so/components/so-etsi-sol003-adapter/templates/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/so/components/so-etsi-sol003-adapter/templates/deployment.yaml b/kubernetes/so/components/so-etsi-sol003-adapter/templates/deployment.yaml
index 7751bf4631..5d6100446e 100755
--- a/kubernetes/so/components/so-etsi-sol003-adapter/templates/deployment.yaml
+++ b/kubernetes/so/components/so-etsi-sol003-adapter/templates/deployment.yaml
@@ -43,7 +43,7 @@ spec:
containers:
- name: {{ include "common.name" . }}
image: {{ include "repositoryGenerator.repository" . }}/{{ .Values.image }}
- resources: {{ include "common.resources" . | nindent 12 }}
+ resources: {{ include "common.resources" . | nindent 10 }}
{{- if .Values.global.aafEnabled }}
command:
- sh