From 600dc9809b14fb264b8e7c4e6c46c8587eaf5c20 Mon Sep 17 00:00:00 2001 From: "guillaume.lambert" Date: Wed, 20 Oct 2021 20:42:32 +0200 Subject: [COMMON] Fix trailing blanks found by pre-commit pre-commit is now enforced by the CI chain. Meanwhile, trailing blanks were introduced in the code base and must be fixed so that gate pass. Issue-ID: OOM-2643 Signed-off-by: guillaume.lambert Change-Id: I54daa27a1fdf019a6777e9b90274d0ef4f1ba08e --- .../resources/config/KubernetesParticipantParameters.yaml | 1 - kubernetes/policy/components/policy-clamp-cl-k8s-ppnt/values.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'kubernetes/policy/components/policy-clamp-cl-k8s-ppnt') diff --git a/kubernetes/policy/components/policy-clamp-cl-k8s-ppnt/resources/config/KubernetesParticipantParameters.yaml b/kubernetes/policy/components/policy-clamp-cl-k8s-ppnt/resources/config/KubernetesParticipantParameters.yaml index 6904e35bce..fd6de7e5c0 100644 --- a/kubernetes/policy/components/policy-clamp-cl-k8s-ppnt/resources/config/KubernetesParticipantParameters.yaml +++ b/kubernetes/policy/components/policy-clamp-cl-k8s-ppnt/resources/config/KubernetesParticipantParameters.yaml @@ -58,4 +58,3 @@ server: # See springboot documentation. port: 8083 - \ No newline at end of file diff --git a/kubernetes/policy/components/policy-clamp-cl-k8s-ppnt/values.yaml b/kubernetes/policy/components/policy-clamp-cl-k8s-ppnt/values.yaml index 9d7e19d73d..74cf74f36d 100644 --- a/kubernetes/policy/components/policy-clamp-cl-k8s-ppnt/values.yaml +++ b/kubernetes/policy/components/policy-clamp-cl-k8s-ppnt/values.yaml @@ -102,7 +102,7 @@ readiness: initialDelaySeconds: 20 periodSeconds: 10 port: http-api - + service: type: ClusterIP name: policy-clamp-cl-k8s-ppnt -- cgit 1.2.3-korg