Skip to content

Commit

Permalink
remove github maintenace from production (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
sondresjolyst authored Nov 22, 2023
1 parent 53c782a commit 0d9db52
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion scripts/radix-zone/radix_zone_c2.env
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ APP_REGISTRATION_RESOURCE_LOCK_OPERATOR="ar-radix-resource-lock-operator-${RADIX
# Managed identities: id-<appname>-<production|playground|development>-<region name>
MI_AKS="id-radix-aks-${RADIX_ZONE}-${RADIX_ENVIRONMENT}"
MI_AKSKUBELET="id-radix-akskubelet-${RADIX_ZONE}-${RADIX_ENVIRONMENT}"
MI_GITHUB_MAINTENANCE="radix-github-maintenance"

#######################################################################################
### Key vault secrets
Expand Down
1 change: 0 additions & 1 deletion scripts/radix-zone/radix_zone_playground.env
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ APP_REGISTRATION_RESOURCE_LOCK_OPERATOR="ar-radix-resource-lock-operator-${RADIX
MI_AKS="id-radix-aks-${CLUSTER_TYPE}-northeurope"
MI_AKSKUBELET="id-radix-akskubelet-${CLUSTER_TYPE}-northeurope"
MI_CERT_MANAGER="id-radix-certmanager-${CLUSTER_TYPE}-northeurope"
MI_GITHUB_MAINTENANCE="radix-github-maintenance"

#######################################################################################
### Key vault secrets
Expand Down
1 change: 0 additions & 1 deletion scripts/radix-zone/radix_zone_prod.env
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ APP_REGISTRATION_RESOURCE_LOCK_OPERATOR="ar-radix-resource-lock-operator-${RADIX
MI_AKS="id-radix-aks-${CLUSTER_TYPE}-northeurope"
MI_AKSKUBELET="id-radix-akskubelet-${CLUSTER_TYPE}-northeurope"
MI_CERT_MANAGER="id-radix-certmanager-${CLUSTER_TYPE}-northeurope"
MI_GITHUB_MAINTENANCE="radix-github-maintenance"

#######################################################################################
### Key vault secrets
Expand Down
4 changes: 3 additions & 1 deletion scripts/service-principals-and-aad-apps/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ echo -e " -------------------------------------------------------------------"
echo -e " - AZ_SYSTEM_USER_CONTAINER_REGISTRY_READER : $AZ_SYSTEM_USER_CONTAINER_REGISTRY_READER"
echo -e " - AZ_SYSTEM_USER_CONTAINER_REGISTRY_CICD : $AZ_SYSTEM_USER_CONTAINER_REGISTRY_CICD"
echo -e " - AZ_SYSTEM_USER_DNS : $AZ_SYSTEM_USER_DNS"
echo -e " - MI_GITHUB_MAINTENANCE : ${MI_GITHUB_MAINTENANCE}-${RADIX_ENVIRONMENT}"
if [[ "$RADIX_ENVIRONMENT" == "dev" ]]; then
echo -e " - MI_GITHUB_MAINTENANCE : ${MI_GITHUB_MAINTENANCE}-${RADIX_ENVIRONMENT}"
fi
echo -e " - RESOURCE-LOCK-OPERATOR : ${APP_REGISTRATION_RESOURCE_LOCK_OPERATOR}"
echo -e ""
echo -e " > WHO:"
Expand Down

0 comments on commit 0d9db52

Please sign in to comment.