Skip to content

Commit

Permalink
Merge pull request #197 from Azure/update-deployment-manifest
Browse files Browse the repository at this point in the history
updates deployment yaml with new flags
  • Loading branch information
mjlshen authored Jun 11, 2024
2 parents dc14477 + 1580daf commit 0f59064
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/deploy/aro-hcp-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ objects:
- name: aro-hcp-frontend
image: ${ARO_HCP_FRONTEND_IMAGE}
imagePullPolicy: Always
args: [
"--use-cache",
"--region", "${REGION}",
"--clusters-service-url", "http://localhost:8000"
]
env:
- name: DB_NAME
value: ${DB_NAME}
Expand Down

0 comments on commit 0f59064

Please sign in to comment.