Skip to content

Commit

Permalink
Update deployment action parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
aelkiss committed Sep 19, 2022
1 parent c5c3964 commit 05a2942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
cluster_server: ${{ secrets.KUBERNETES_SERVER }}
namespace_token: ${{ secrets.KUBERNETES_TOKEN }}
namespace: datasets
type: 'all'
resource: "--selector=app=datasets"
resource_type: 'all'
resource_name: "--selector=app=datasets"
container: datasets

0 comments on commit 05a2942

Please sign in to comment.