Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit a4c4087

Browse files
committed
Indenting the commands post kubectl label namespace command in the step: Create child namespaces and add Dev Spaces labels
1 parent b7f84e1 commit a4c4087

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bikes.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
if [ -n "$(kubectl get namespace ${{steps.generate-child-space-name.outputs.result}} --ignore-not-found -o name)" ]; then exit 0; fi
4242
kubectl create namespace ${{steps.generate-child-space-name.outputs.result}} \
4343
kubectl label namespace ${{steps.generate-child-space-name.outputs.result}} \
44-
azds.io/parent-space=${{ secrets.MASTER_SPACE }} \
45-
azds.io/space=true \
46-
azds.io/pull-request-space=true
44+
azds.io/parent-space=${{ secrets.MASTER_SPACE }} \
45+
azds.io/space=true \
46+
azds.io/pull-request-space=true
4747
4848
- uses: azure/k8s-actions/k8s-create-secret@master
4949
with:

0 commit comments

Comments
 (0)