Skip to content

Commit

Permalink
fix: removed extra space after variable set (Azure#620)
Browse files Browse the repository at this point in the history
Signed-off-by: Alba Hita Catala <[email protected]>
  • Loading branch information
ahitacat authored Sep 18, 2024
1 parent dd17e82 commit a089517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-service/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ deploy:
AZURE_FIRST_PARTY_APPLICATION_CLIENT_ID=$(shell az ad app list \
--display-name aro-hcp-dev-first-party \
--query '[*]'.appId \
-o tsv) && \
-o tsv) && \
CS_SERVICE_PRINCIPAL_CREDS_BASE64='$(shell az keyvault secret show --vault-name "service-kv-aro-hcp-dev" --name "aro-hcp-dev-sp-cs" | jq .value -r | base64 | tr -d '\n')' && \
TENANT_ID=$(shell az account show --query tenantId --output tsv) && \
oc process --local -f deploy/openshift-templates/arohcp-service-template.yml \
Expand Down

0 comments on commit a089517

Please sign in to comment.