Skip to content

Commit d70ec2b

Browse files
author
Moussa Ouattara
committed
update
1 parent 5fca775 commit d70ec2b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/helloworld.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ jobs:
4343
cluster-name: ${{ env.CLUSTER_NAME }}
4444
resource-group: ${{ env.CLUSTER_RESOURCE_GROUP }}
4545

46-
# Create namespace if doesn't exist
47-
- run: |
48-
kubectl create namespace ${{ env.NAMESPACE }} --dry-run=client -o json | kubectl apply -f -
49-
5046
# Create image pull secret for ACR
5147
- uses: azure/k8s-create-secret@v1
5248
with:

0 commit comments

Comments
 (0)