Skip to content

Commit 8a13ec9

Browse files
Genesis AlvarezGenesis Alvarez
authored andcommitted
test(deploy): run deployment in alternate namespace to isolate apply conflicts
1 parent a377f7a commit 8a13ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,4 @@ jobs:
186186
- name: Deploy
187187
uses: docker://gcr.io/cloud-builders/gke-deploy
188188
with:
189-
args: run --filename=deployment.yaml --app=${{ env.GITHUB_REPOSITORY_NAME_PART_SLUG }} --version=${{ env.GITHUB_REF_SLUG }} --timeout 1800s
189+
args: run --filename=deployment.yaml --app=${{ env.GITHUB_REPOSITORY_NAME_PART_SLUG }} --version=${{ env.GITHUB_REF_SLUG }} --namespace=test-ns --timeout 1800s

0 commit comments

Comments
 (0)