Skip to content

Commit

Permalink
fix: add namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ximena9201 authored Oct 27, 2021
1 parent bc8248f commit 0b1d768
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ jobs:
- name: Save DigitalOcean kubeconfig
run: doctl kubernetes cluster kubeconfig save ${{ secrets.DEV_CLUSTER_NAME }}
- name: Update kubernetes resources
run: kustomize build deployment/overlays/development | kubectl apply -n ${{ secrets.K8S_NAMESPACE }} --wait -f -
run: kustomize build deployment/overlays/development | kubectl apply -n wallet-web --wait -f -

0 comments on commit 0b1d768

Please sign in to comment.