We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeed601 commit ab781d2Copy full SHA for ab781d2
.github/workflows/ci-cd-user-api-docker-deploy.yml
@@ -91,5 +91,5 @@ jobs:
91
92
- name: Deploy to Kubernetes
93
run: |
94
- kustomize build deployment/overlays/development \
+ kustomize build apps/user/deployment/overlays/development \
95
| kubectl apply -n ${{ secrets.K8S_NAMESPACE }} --wait -f -
0 commit comments