Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Gerd Oberlechner <[email protected]>
  • Loading branch information
geoberle committed Oct 26, 2024
1 parent d79e988 commit f4c7ac4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cluster-service/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ deploy:
-p CS_SERVICE_PRINCIPAL_CREDS_BASE64=$${CS_SERVICE_PRINCIPAL_CREDS_BASE64} \
-p IMAGE_REGISTRY=${ACR_NAME}.azurecr.io \
-p IMAGE_REPOSITORY=${IMAGE_REPO} \
-p AZURE_FIRST_PARTY_APPLICATION_CLIENT_ID=${FPA_CLIENT_ID} \
-p AZURE_FIRST_PARTY_APPLICATION_CLIENT_ID=${AZURE_FIRST_PARTY_APPLICATION_CLIENT_ID} \
-p FPA_CERT_NAME=${FPA_CERT_NAME} \
-p IMAGE_TAG=${IMAGE_TAG} | oc apply -f -

Expand Down
2 changes: 1 addition & 1 deletion cluster-service/config.tmpl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ OIDC_STORAGE_ACCOUNT ?= {{ .oidcStorageAccountName }}
IMAGE_REPO ?= {{ .clusterServiceImageRepo }}
IMAGE_TAG ?= {{ .clusterServiceImageTag }}
ACR_NAME ?= {{ .acrName }}
FPA_CLIENT_ID ?= {{ .firstPartyAppClientId }}
AZURE_FIRST_PARTY_APPLICATION_CLIENT_ID ?= {{ .firstPartyAppClientId }}
FPA_CERT_NAME ?= firstPartyCert
ZONE_RESOURCE_ID ?= $(shell az network dns zone show -n {{ .regionalDNSSubdomain }}.{{ .baseDnsZoneName }} -g {{ .regionRG }} --query id -o tsv)
3 changes: 2 additions & 1 deletion dev-infrastructure/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ cleanup-orphaned-rolebindings:
@scripts/cleanup-orphaned-rolebindings.sh $(MGMT_RESOURCEGROUP)
@scripts/cleanup-orphaned-rolebindings.sh $(REGIONAL_RESOURCEGROUP)
@scripts/cleanup-orphaned-rolebindings.sh ${GLOBAL_RESOURCEGROUP}
@scripts/cleanup-orphaned-rolebindings.sh ${IMAGE_SYNC_RESOURCEGROUP}
.PHONY: cleanup-orphaned-rolebindings

create-mock-identities:
Expand Down Expand Up @@ -154,7 +155,7 @@ region.what-if: regionalRg
--template-file templates/region.bicep \
--parameters \
configurations/region.bicepparam
.PHONY: region
.PHONY: region.what-if

#
# Service Cluster
Expand Down

0 comments on commit f4c7ac4

Please sign in to comment.