Skip to content

Commit

Permalink
fix ns name
Browse files Browse the repository at this point in the history
  • Loading branch information
austbot committed Nov 29, 2022
1 parent 2707513 commit 4f29881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
event_type: "deploy_trigger",
client_payload: {
DEPLOY_ENV: "devnet",
DEPLOY_K8S_NAMESPACE: "devnet-read-api",
DEPLOY_K8S_NAMESPACE: "dev-read-api",
DEPLOY_K8S_CLUSTER: "metaplex-dev-001",
DEPLOY_VERSION: "${{ github.sha }}"
}
Expand Down

0 comments on commit 4f29881

Please sign in to comment.