Skip to content

Commit

Permalink
#30-milestone3: update k8s context to current-context
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakasg18 committed Apr 6, 2022
1 parent 12c11e5 commit 6390944
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deployment_scripts/concourse_cd/data_source_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,7 @@ jobs:
# - "docker-build"
- put: k8s
params:
kubectl: delete pods -l app=datasource
kubectl: |-
config set-context minikube
delete pods -l app=datasource
wait_until_ready: 300

0 comments on commit 6390944

Please sign in to comment.