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 --- kubernetes/aai/components/aai-resources/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kubernetes/aai/components/aai-resources/values.yaml') diff --git a/kubernetes/aai/components/aai-resources/values.yaml b/kubernetes/aai/components/aai-resources/values.yaml index 42692dd544..3941af3747 100644 --- a/kubernetes/aai/components/aai-resources/values.yaml +++ b/kubernetes/aai/components/aai-resources/values.yaml @@ -51,7 +51,7 @@ global: # global defaults # Active spring profiles for the resources microservice profiles: - # aaf-auth profile will be automatically set if aaf enabled is set to true + # aaf-auth profile will be automatically set if aaf enabled is set to true active: production,dmaap #,aaf-auth # Notification event specific properties -- cgit 1.2.3-korg