aboutsummaryrefslogtreecommitdiffstats
path: root/charts/aai-gizmo/templates
diff options
context:
space:
mode:
authorkranthikirang <kranthi.guttikonda@b-yond.com>2018-12-07 16:12:02 -0500
committerkranthikirang <kranthi.guttikonda@b-yond.com>2018-12-07 16:12:38 -0500
commit03078568415225f5ab1b32e4f40063dca520f600 (patch)
treebed0d7e5c03f003011805fe00363fe6caa7d03c8 /charts/aai-gizmo/templates
parentc7513ca0c231b93810db241ef1e6ca07a13d8c46 (diff)
Fix nodeSlector and Affinity for aai charts
Indentation problem. Correctly placed nodeSelector and Affinity aligned with Contrainers in template.spec common.resources do not need indent as indent 12 already present in return value Change-Id: Ie0e84fba2f18d903fdcc8bb8f6ff06a4785c0a75 Issue-ID: OOM-1541 Signed-off-by: Kranthi Guttikonda <kranthi.guttikonda@b-yond.com> Signed-off-by: kranthikirang <kranthi.guttikonda@b-yond.com>
Diffstat (limited to 'charts/aai-gizmo/templates')
-rw-r--r--charts/aai-gizmo/templates/deployment.yaml18
1 files changed, 9 insertions, 9 deletions
diff --git a/charts/aai-gizmo/templates/deployment.yaml b/charts/aai-gizmo/templates/deployment.yaml
index 0a30388..5b00ffe 100644
--- a/charts/aai-gizmo/templates/deployment.yaml
+++ b/charts/aai-gizmo/templates/deployment.yaml
@@ -105,15 +105,15 @@ spec:
name: {{ include "common.fullname" . }}-logback-config
subPath: logback.xml
resources:
-{{ include "common.resources" . | indent 12 }}
- {{- if .Values.nodeSelector }}
- nodeSelector:
-{{ toYaml .Values.nodeSelector | indent 10 }}
- {{- end -}}
- {{- if .Values.affinity }}
- affinity:
-{{ toYaml .Values.affinity | indent 10 }}
- {{- end }}
+{{ include "common.resources" . }}
+ {{- if .Values.nodeSelector }}
+ nodeSelector:
+{{ toYaml .Values.nodeSelector | indent 8 }}
+ {{- end -}}
+ {{- if .Values.affinity }}
+ affinity:
+{{ toYaml .Values.affinity | indent 8 }}
+ {{- end }}
- name: filebeat-onap
image: "{{ .Values.global.loggingRepository }}/{{ .Values.global.loggingImage }}"