diff --git a/.github/workflows/deploy-production.yaml b/.github/workflows/deploy-production.yaml index 421e4dc..f5115b6 100644 --- a/.github/workflows/deploy-production.yaml +++ b/.github/workflows/deploy-production.yaml @@ -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