From 1580daf1dcffc7ad6652dfc4151cd006d0aba571 Mon Sep 17 00:00:00 2001 From: Antony Natale Date: Tue, 11 Jun 2024 08:54:15 -0400 Subject: [PATCH] fixes trailing spaces --- frontend/deploy/aro-hcp-frontend.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/deploy/aro-hcp-frontend.yml b/frontend/deploy/aro-hcp-frontend.yml index 622ccbe94..652c4b993 100644 --- a/frontend/deploy/aro-hcp-frontend.yml +++ b/frontend/deploy/aro-hcp-frontend.yml @@ -65,10 +65,10 @@ objects: image: ${ARO_HCP_FRONTEND_IMAGE} imagePullPolicy: Always args: [ - "--use-cache", - "--region", "${REGION}", + "--use-cache", + "--region", "${REGION}", "--clusters-service-url", "http://localhost:8000" - ] + ] env: - name: DB_NAME value: ${DB_NAME}