summaryrefslogtreecommitdiffstats
path: root/kubernetes/so/templates/deployment.yaml
diff options
context:
space:
mode:
authorMike Elliott <mike.elliott@amdocs.com>2018-05-09 01:04:16 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-09 01:04:16 +0000
commitf4c5b2313f5544c43f6e2193edca7b5c4af59e9e (patch)
treeb53e0bd782aad6a267490d42a687911bcab5c338 /kubernetes/so/templates/deployment.yaml
parent62dc4cb16a61c508cca51a6c3767e10afd571013 (diff)
parent0fe4eb7bb654a7bdc114775cd941d4f5ab146d08 (diff)
Merge "reducing configmap for SO"
Diffstat (limited to 'kubernetes/so/templates/deployment.yaml')
-rw-r--r--kubernetes/so/templates/deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/so/templates/deployment.yaml b/kubernetes/so/templates/deployment.yaml
index bc01727bd3..5b3f697a4d 100644
--- a/kubernetes/so/templates/deployment.yaml
+++ b/kubernetes/so/templates/deployment.yaml
@@ -141,7 +141,7 @@ spec:
affinity:
{{ toYaml .Values.affinity | indent 10 }}
{{- end }}
-
+
# side car containers
- name: filebeat-onap
image: "{{ .Values.global.loggingRepository }}/{{ .Values.global.loggingImage }}"