Skip to content

Commit

Permalink
Adding namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pablokbs committed Oct 13, 2023
1 parent 75552e9 commit 7d05cbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: steebchen/[email protected]
with:
config: ${{ secrets.KUBE_CONFIG_DATA }}
command: set image --record deployment/prueba-gha prueba-gha=pablokbs/prueba-gha:${{ github.sha }}
command: -n prueba set image --record deployment/prueba-gha prueba-gha=pablokbs/prueba-gha:${{ github.sha }}
-
name: verify deployment
uses: steebchen/[email protected]
Expand All @@ -45,4 +45,4 @@ jobs:
KUBECTL_VERSION: "1.28"
with:
config: ${{ secrets.KUBE_CONFIG_DATA }}
command: '"rollout status deployment/prueba-gha"'
command: -n prueba rollout status deployment/prueba-gha

0 comments on commit 7d05cbb

Please sign in to comment.