Skip to content

Commit

Permalink
fixes trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytheleg committed Jun 11, 2024
1 parent bc80bba commit 1580daf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/deploy/aro-hcp-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 1580daf

Please sign in to comment.