We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 188d6b5 commit ce2b66dCopy full SHA for ce2b66d
1 file changed
.github/workflows/treetracker-admin-api-build-deploy.yml
@@ -143,4 +143,4 @@ jobs:
143
- name: Save DigitalOcean kubeconfig
144
run: doctl kubernetes cluster kubeconfig save ${{ secrets.CLUSTER_NAME }}
145
- name: Update kubernetes resources
146
- run: kustomize build deployment/overlays/development | kubectl apply -n development --wait -f -
+ run: kustomize build deployment/overlays/development | kubectl apply -n admin-api --wait -f -
0 commit comments