From: Jakub Latusek Date: Fri, 25 Sep 2020 13:39:57 +0000 (+0200) Subject: [DCAEGEN2] Correction of the conditional statement X-Git-Tag: 7.0.0~197^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=3c75b9e575605fa068a8428e4179a6048dc65060;p=oom.git [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 --- 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"