Skip to content

Commit

Permalink
Add removed namespace creation
Browse files Browse the repository at this point in the history
  • Loading branch information
janboll committed Jan 8, 2025
1 parent 0198166 commit c1b81b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hypershiftoperator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
HELM_CMD ?= helm upgrade --install

deploy:
@AZURE_TENANT_ID=$(shell az account show --query tenantId --output tsv) && \
@kubectl create namespace ${HYPERSHIFT_NAMESPACE} --dry-run=client -o json | kubectl apply -f - && \
AZURE_TENANT_ID=$(shell az account show --query tenantId --output tsv) && \
AZURE_SUBSCRIPTION_ID=$(shell az account show --query id --output tsv) && \
CSI_SECRET_STORE_CLIENT_ID=$(shell az aks show -n ${AKS_NAME} -g ${RESOURCEGROUP} --query 'addonProfiles.azureKeyvaultSecretsProvider.identity.clientId' -o tsv) && \
${HELM_CMD} hypershift deploy/helm \
Expand Down

0 comments on commit c1b81b8

Please sign in to comment.