Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed Sep 12, 2023
1 parent 6d83394 commit 8f2eaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kontinuous/env/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
kubernetes: true
image: bitnami/kubectl
run: |
indice_pod=$(kubectl get pods -o name | grep indice)
indice_pod=$(kubectl get pods -o name -n {{ .Values.global.namespace }} | grep indice)
kubectl exec $pod -- .venv/bin/python call_all_tasks.py

0 comments on commit 8f2eaa6

Please sign in to comment.