From 3c75b9e575605fa068a8428e4179a6048dc65060 Mon Sep 17 00:00:00 2001 From: Jakub Latusek Date: Fri, 25 Sep 2020 15:39:57 +0200 Subject: [PATCH] [DCAEGEN2] Correction of the conditional statement Conditional statements remove newline next to it and move redinessProbe to comment above. Signed-off-by: Jakub Latusek Issue-ID: OOM-2562 Change-Id: I112517387578997d75c8e0f9ae7d23ed161943de --- .../components/dcae-config-binding-service/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/dcaegen2/components/dcae-config-binding-service/templates/deployment.yaml b/kubernetes/dcaegen2/components/dcae-config-binding-service/templates/deployment.yaml index 299e3ef878..e0e45c457a 100644 --- a/kubernetes/dcaegen2/components/dcae-config-binding-service/templates/deployment.yaml +++ b/kubernetes/dcaegen2/components/dcae-config-binding-service/templates/deployment.yaml @@ -89,7 +89,7 @@ spec: port: {{ .Values.service.secure.internalPort }} initialDelaySeconds: {{ .Values.liveness.initialDelaySeconds }} periodSeconds: {{ .Values.liveness.periodSeconds }} - {{ end -}} + {{ end }} readinessProbe: httpGet: scheme: "HTTPS" @@ -139,7 +139,7 @@ spec: port: {{ .Values.service.insecure.internalPort }} initialDelaySeconds: {{ .Values.liveness.initialDelaySeconds }} periodSeconds: {{ .Values.liveness.periodSeconds }} - {{ end -}} + {{ end }} readinessProbe: httpGet: scheme: "HTTP" -- 2.16.6