From f11447d127d21dd56b302fe1014f4801d32511c5 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Thu, 26 Mar 2020 14:20:56 +0100 Subject: Fix spacing issues in YAML files in vnfs Fixes applied as reported by yamllint. Change-Id: I8bd30d49e728715fdc696bb984fbca842ac1c2b8 Issue-ID: INT-1482 Signed-off-by: Bartek Grzybowski --- vnfs/DAaaS/microservices/remote-config-operator/deploy/operator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnfs/DAaaS/microservices/remote-config-operator/deploy') diff --git a/vnfs/DAaaS/microservices/remote-config-operator/deploy/operator.yaml b/vnfs/DAaaS/microservices/remote-config-operator/deploy/operator.yaml index 5be3f765..4a77165e 100644 --- a/vnfs/DAaaS/microservices/remote-config-operator/deploy/operator.yaml +++ b/vnfs/DAaaS/microservices/remote-config-operator/deploy/operator.yaml @@ -30,4 +30,4 @@ spec: fieldRef: fieldPath: metadata.name - name: OPERATOR_NAME - value: "remote-config-operator" \ No newline at end of file + value: "remote-config-operator" -- cgit 1.2.3-korg