Skip to content

Commit ce2b66d

Browse files
committed
fix: use admin-api namespace
1 parent 188d6b5 commit ce2b66d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/treetracker-admin-api-build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ jobs:
143143
- name: Save DigitalOcean kubeconfig
144144
run: doctl kubernetes cluster kubeconfig save ${{ secrets.CLUSTER_NAME }}
145145
- name: Update kubernetes resources
146-
run: kustomize build deployment/overlays/development | kubectl apply -n development --wait -f -
146+
run: kustomize build deployment/overlays/development | kubectl apply -n admin-api --wait -f -

0 commit comments

Comments
 (0)