Skip to content

Commit

Permalink
Updated CS image and added 1PC parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Alba Hita Catala <[email protected]>
  • Loading branch information
ahitacat committed Sep 10, 2024
1 parent 2997066 commit 2b191ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-service/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ deploy:
-p CS_SERVICE_PRINCIPAL_CREDS_BASE64=$${CS_SERVICE_PRINCIPAL_CREDS_BASE64} \
-p IMAGE_REGISTRY=${ARO_HCP_IMAGE_ACR}.azurecr.io \
-p IMAGE_REPOSITORY=app-sre/uhc-clusters-service \
-p IMAGE_TAG=2256c75 | oc apply -f -
-p IMAGE_TAG=1c6873c | oc apply -f -

deploy-integ:
oc process --local -f deploy/integration/cluster-service-namespace.yaml | oc apply -f -
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,7 @@ objects:
- --cloud-region-config=/configs/cloud-resources/cloud-regions.yaml
- --cloud-region-constraints-config=/configs/cloud-resource-constraints/cloud-region-constraints.yaml
- --azure-auth-config-path=/secrets/azure-credentials/azure-auth-config
- --azure-first-party-application-certificate-bundle-path=/secrets/keyvault/firstPartyMock
livenessProbe:
httpGet:
path: /api/clusters_mgmt/v1
Expand Down

0 comments on commit 2b191ff

Please sign in to comment.