Skip to content

Commit fae51d4

Browse files
janbollkatherinelc321
authored andcommitted
Add removed namespace creation
1 parent baa7953 commit fae51d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hypershiftoperator/Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
HELM_CMD ?= helm upgrade --install
44

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

0 commit comments

Comments
 (0)